]> git.kaiwu.me - nginx.git/commit
SPDY: moved a variable initialization near to its check.
authorValentin Bartenev <vbart@nginx.com>
Wed, 9 Apr 2014 14:15:32 +0000 (18:15 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 9 Apr 2014 14:15:32 +0000 (18:15 +0400)
commit7da40e6a99fb247d5d97af25cae0c50ed5e55629
tree4bc100722e0300580e9ce61410a10e3e5828a9b0
parent5d3f84e4e1010afa5028ee013117c11ecb0f689a
SPDY: moved a variable initialization near to its check.

This should prevent attempts of using pointer before it was checked, since
all modern compilers are able to spot access to uninitialized variable.

No functional changes.
src/http/ngx_http_spdy.c