The official NGINX Open Source repository.
Go to file
Maxim Dounin 07c3c53e00 Merge of r5083: fixed potential segfault in keepalive handler.
Fixed potential segfault in ngx_http_keepalive_handler().

In case of error in the read event handling we close a connection
by calling ngx_http_close_connection(), that also destroys connection
pool. Thereafter, an attempt to free a buffer (added in r4892) that
was allocated from the pool could cause SIGSEGV and is meaningless
as well (the buffer already freed with the pool).
2013-03-29 17:19:11 +00:00
auto Merge of r5071: rebuild perl module on headers change. 2013-03-29 17:13:45 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.2.7-RELEASE 2013-02-12 13:40:16 +00:00
misc Merge of r5005, r5031, r5066: PCRE and OpenSSL for win32 builds. 2013-02-11 23:57:13 +00:00
src Merge of r5083: fixed potential segfault in keepalive handler. 2013-03-29 17:19:11 +00:00
.hgtags release-1.2.7 tag 2013-02-12 13:40:46 +00:00