Skip to content

Commit 0d6870e

Browse files
committed
fix : maybe uninit.
1 parent 4f6df4c commit 0d6870e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_http_ajp_msg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ ngx_int_t
292292
ajp_msg_get_string(ajp_msg_t *msg, ngx_str_t *value)
293293
{
294294
u_char *start;
295-
uint16_t size;
295+
uint16_t size = 0;
296296
ngx_int_t status;
297297
ngx_buf_t *buf;
298298

0 commit comments

Comments
 (0)