comparison src/core/nginx.c @ 672:f41d4b305d22 NGINX_1_2_0

nginx 1.2.0 *) Bugfix: a segmentation fault might occur in a worker process if the "try_files" directive was used; the bug had appeared in 1.1.19. *) Bugfix: response might be truncated if there were more than IOV_MAX buffers used. *) Bugfix: in the "crop" parameter of the "image_filter" directive. Thanks to Maxim Bublis.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Apr 2012 00:00:00 +0400
parents 9fbf3ad94cbf
children 660139fd80ca
comparison
equal deleted inserted replaced
671:47cb3497fbab 672:f41d4b305d22
647 647
648 if (pid == NGX_INVALID_PID) { 648 if (pid == NGX_INVALID_PID) {
649 if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) != NGX_OK) { 649 if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) != NGX_OK) {
650 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno, 650 ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
651 ngx_rename_file_n " %s back to %s failed after " 651 ngx_rename_file_n " %s back to %s failed after "
652 "the try to execute the new binary process \"%s\"", 652 "an attempt to execute new binary process \"%s\"",
653 ccf->oldpid.data, ccf->pid.data, argv[0]); 653 ccf->oldpid.data, ccf->pid.data, argv[0]);
654 } 654 }
655 } 655 }
656 656
657 ngx_free(env); 657 ngx_free(env);