Wireshark-bugs: [Wireshark-bugs] [Bug 9406] Buildbot crash output: fuzz-2013-11-09-2430.pcap

Date: Thu, 14 Nov 2013 07:01:37 +0000

Comment # 3 on bug 9406 from
I think the assertion was put in as a dissector check, as a variable number of
elements of the array are populated, and one should not read past that point in
the array.

the line new_slots[k++] = (i<<3) + j + 1; however has a plus 1, so the
assertion should be against 49, although values in the range 41 - 48 will only
appear with malformed packets.


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