commit | d79c8abcaafa70f7bac00c4f8ddd897e45475919 | [log] [tgz] |
---|---|---|
author | Vladimir Homutov <vl@nginx.com> | Thu Jul 11 19:50:19 2013 +0400 |
committer | Vladimir Homutov <vl@nginx.com> | Thu Jul 11 19:50:19 2013 +0400 |
tree | 14063c981a652d0e2faeb234e9100c2ad593ca3d | |
parent | af18946d769296d9efead825a0d1aa6a1a41fe74 [diff] |
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.