comparison src/os/unix/ngx_process.c @ 666:bf8b55a5ac89 NGINX_1_1_17

nginx 1.1.17 *) Security: content of previously freed memory might be sent to a client if backend returned specially crafted response. Thanks to Matthew Daley. *) Bugfix: in the embedded perl module if used from SSI. Thanks to Matthew Daley. *) Bugfix: in the ngx_http_uwsgi_module.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Mar 2012 00:00:00 +0400
parents d0f7a625f27c
children b5b7eea22fda
comparison
equal deleted inserted replaced
665:a8821023989f 666:bf8b55a5ac89
542 } 542 }
543 543
544 544
545 static void 545 static void
546 ngx_unlock_mutexes(ngx_pid_t pid) 546 ngx_unlock_mutexes(ngx_pid_t pid)
547 { 547 {
548 ngx_uint_t i; 548 ngx_uint_t i;
549 ngx_shm_zone_t *shm_zone; 549 ngx_shm_zone_t *shm_zone;
550 ngx_list_part_t *part; 550 ngx_list_part_t *part;
551 ngx_slab_pool_t *sp; 551 ngx_slab_pool_t *sp;
552 552