Wireshark-bugs: [Wireshark-bugs] [Bug 11969] Buildbot crash output: fuzz-2016-01-07-13659.pcap

Date: Thu, 07 Jan 2016 04:37:21 +0000

Comment # 1 on bug 11969 from
(In reply to Buildbot Builder from comment #0)
> ==13873== Conditional jump or move depends on uninitialised value(s)
> ==13873==    at 0x686F60C: req_resp_hdrs_do_reassembly (req_resp_hdrs.c:133)

I must be missing something, because line 133 is

    if (linelen == 0) {

and it follows an assignment to linelen and another if that also tests linelen.

Perhaps the error was on another line?


You are receiving this mail because:
  • You are watching all bug changes.