nginx/src
Vladimir Homutov d79c8abcaa 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
..
core Core: fixed possible use of an uninitialized variable. 2013-07-11 19:50:19 +04:00
event Core: extended ngx_sock_ntop() with socklen parameter. 2013-07-11 16:07:25 +04:00
http Core: extended ngx_sock_ntop() with socklen parameter. 2013-07-11 16:07:25 +04:00
mail Core: extended ngx_sock_ntop() with socklen parameter. 2013-07-11 16:07:25 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Make macros safe. 2013-07-05 11:42:25 +04:00