]> git.kaiwu.me - nginx.git/commit
Fixed off-by-one error in shared zone initialization.
authorRuslan Ermilov <ru@nginx.com>
Tue, 2 Oct 2018 10:32:52 +0000 (13:32 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 2 Oct 2018 10:32:52 +0000 (13:32 +0300)
commitdf0dfa634d54904ea9e0714547547131a6b2da10
treea4f912d040f780df5e723a8f19f211c3e4d78981
parenta50dec6d6ac480b70b4fdf51507a1eda8a015e1b
Fixed off-by-one error in shared zone initialization.

On systems without atomic ops, not enough space was allocated
for mutex's file name during shared zone initialization.
src/core/ngx_cycle.c