]> git.kaiwu.me - nginx.git/commit
Fixed wrong sizeof() in ngx_http_init_locations().
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 25 Jun 2014 23:34:13 +0000 (03:34 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 25 Jun 2014 23:34:13 +0000 (03:34 +0400)
commit25250a20d2827954d427222f1f4b1e26c8729d7f
tree9df86f23f6d5928d542ac8ce0246b532c4f91f09
parent1a5cdafa829b30a5b16a29bfb2a589d7ded04d65
Fixed wrong sizeof() in ngx_http_init_locations().

There is no real difference on all known platforms, but it's still wrong.

Found by Coverity (CID 400876).
src/http/ngx_http.c