Displaying 1 result from an estimated 1 matches for "test_http_header_parse_valid".
Did you mean:
test_http_header_parse_invalid
2013 Sep 26
1
Conditional jump or move depends on uninitialised value(s)
...number of header fields
http header invalid [7] .............................................. : ok
0 / 66 tests failed
==15579== Conditional jump or move depends on uninitialised value(s)
==15579== at 0x804F987: http_header_parse_next_field
(http-header-parser.c:294)
==15579== by 0x804F361: test_http_header_parse_valid
(test-http-header-parser.c:181)
==15579== by 0x8050251: test_run_funcs (test-common.c:228)
==15579== by 0x80503D1: test_run (test-common.c:236)
==15579== by 0x804F164: main (test-http-header-parser.c:343)
==15579==
==15579== Conditional jump or move depends on uninitialised value(s)
==1557...