Complexity - hardbuggood first issue
Repository metrics
- Stars
- (30,331 stars)
- PR merge metrics
- (Avg merge 27d 8h) (17 merged PRs in 30d)
Description
In results of static analyze of nginx sources I founded potential null dereference
localtime() function potentially can return NULL value, which will dereference in strftime(). How about to add check for this case?