]> git.kaiwu.me - nginx.git/commit
Removed zero termination of shm zone names.
authorValentin Bartenev <vbart@nginx.com>
Tue, 19 Feb 2013 17:48:45 +0000 (17:48 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 19 Feb 2013 17:48:45 +0000 (17:48 +0000)
commit59db08a6fcef71265e7ab8ac32797b6db0f56aae
tree6654ab3ee0b6a6f70e2885ec6a9171b5090ec43c
parenta98305e363444d8df8844416663a0889c2edfa8d
Removed zero termination of shm zone names.

It was added in r2717 and no longer needed since r2721,
where the termination was added to ngx_shm_alloc() and
ngx_init_zone_pool().  So then it only corrupts error
messages about ivalid zones.
src/http/modules/ngx_http_ssl_module.c
src/http/ngx_http_file_cache.c