]> git.kaiwu.me - nginx.git/commit
SPDY: fixed build, broken by b7ee1bae0ffa.
authorValentin Bartenev <vbart@nginx.com>
Tue, 14 Jan 2014 21:44:52 +0000 (01:44 +0400)
committerValentin Bartenev <vbart@nginx.com>
Tue, 14 Jan 2014 21:44:52 +0000 (01:44 +0400)
commit70c010167f7f65e7b7a1f936cbf125baaf84fb7f
tree98bf31f1d9e0d2aac5cf5c15c4112155fe873348
parent8323f317f6c81fc288a5d5f19902b69b398af5d9
SPDY: fixed build, broken by b7ee1bae0ffa.

False positive warning about the "cl" variable may be uninitialized in
the ngx_http_spdy_filter_get_data_frame() call was suppressed.

It is always initialized either in the "while" cycle or in the following
"if" condition since frame_size cannot be zero.
src/http/ngx_http_spdy_filter_module.c