Wireshark-bugs: [Wireshark-bugs] [Bug 10978] Buildbot crash output: fuzz-2015-02-17-560.pcap

Date: Sat, 21 Mar 2015 17:09:41 +0000

Comment # 9 on bug 10978 from
Oh, I think I understand what's going on. The compression format is basically
saying "these n bytes are the same as these other n bytes you've already seen
at offset X" except we haven't processed X bytes yet so we're not validating
that offset and are getting uninitialized bytes (instead of out-of-bounds
access) because of the circular buffer thing.


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