diff options
author | Vladimir Homutov <vl@nginx.com> | 2013-07-11 19:50:19 +0400 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2013-07-11 19:50:19 +0400 |
commit | d79c8abcaafa70f7bac00c4f8ddd897e45475919 (patch) | |
tree | 14063c981a652d0e2faeb234e9100c2ad593ca3d /src/os/unix/ngx_process_cycle.c | |
parent | af18946d769296d9efead825a0d1aa6a1a41fe74 (diff) | |
download | nginx-d79c8abcaafa70f7bac00c4f8ddd897e45475919.tar.gz nginx-d79c8abcaafa70f7bac00c4f8ddd897e45475919.zip |
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.
Diffstat (limited to 'src/os/unix/ngx_process_cycle.c')
0 files changed, 0 insertions, 0 deletions