Complexity - hardbuggood first issue
仓库指标
- 星标
- (30,331 个星标)
- PR 合并指标
- (平均合并 27天 8小时) (30 天内合并 17 个 PR)
描述
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?