# HG changeset patch # User Igor Sysoev # Date 1252934001 0 # Node ID fabd6e1028f29066a465e4a60342090ad1d7c8af # Parent 8ed781b3bc02df82835d9af5a85ea047c2342ce1 nginx-0.6.39-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,37 @@ nginx changelog + + + + +при обработке специально созданного запроса +в рабочем процессе мог произойти segmentation fault.
+Спасибо Chris Ries. +
+ +a segmentation fault might occur in worker process +while specially crafted request handling.
+Thanks to Chris Ries. +
+
+ + + +при использовании error_log на уровне info или debug +в рабочем процессе мог произойти segmentation fault.
+Спасибо Сергею Боченкову. +
+ +a segmentation fault might occur in worker process, +if error_log was set to info or debug level.
+Thanks to Sergey Bochenkov. +
+
+ +
+ + @@ -3338,7 +3369,7 @@ the bug had appeared in 0.5.8. a segmentation fault might occur in worker process -if the temporarily files were used while working with FastCGI server; +if the temporary files were used while working with FastCGI server; the bug had appeared in 0.5.8. @@ -6227,7 +6258,7 @@ the bug had appeared in 0.3.18. if the HTTPS protocol was used in the "proxy_pass" directive and -the request body was in temporarily file then the request was not transferred. +the request body was in temporary file then the request was not transferred.