No description
Find a file
Vladimir Homutov 59c9fb4821 Core: fixed possible use of an uninitialized variable.
The call to ngx_sock_ntop() in ngx_connection_local_sockaddr() might be
performed with the uninitialized "len" variable.  The fix is to initialize
variable to the size of corresponding socket address type.

The issue was introduced in commit 05ba5bce31e0.
2013-07-11 19:50:19 +04:00
auto Configure: fixed test of OS X atomic(3). 2013-05-23 10:23:21 +04: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.5.2-RELEASE 2013-07-02 16:28:50 +04:00
misc Updated zlib used for win32 builds. 2013-06-04 16:16:51 +04:00
src Core: fixed possible use of an uninitialized variable. 2013-07-11 19:50:19 +04:00