From 7e932d6a50efe3e750cc87f0729cad6ab75aad9f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 12 Nov 2004 14:35:09 +0000 Subject: nginx-0.1.7-RELEASE import *) Bugfix: on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; the bug had appeared in 0.1.5. --- docs/xml/nginx/changes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 48f48c0fd..a8257bf93 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -6,6 +6,24 @@ title="nginx"> + + + + +при использовании sendfile, если передаваемый файл менялся, то мог +произойти segmentation fault на FreeBSD; +ошибка появилась в 0.1.2. + + +on FreeBSD the segmentation fault may occure if the size of the transferred +file was changed; +bug appeared in 0.1.2. + + + + + + -- cgit