Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9248] Enabling the openwire protocol is leaking memory and

Date: Wed, 09 Oct 2013 03:55:25 +0000

changed bug 9248

What Removed Added
Attachment #11741 Flags   review_for_checkin?

Comment # 5 on bug 9248 from
Created attachment 11741 [details]
Bugfix loop

I think the "loop break" should be a little higher than what was done in r52458
because if a "type" is unrecognized the rest of the tvb is "claimed", and
tvb_length_remaining should be 0 in the "map loop".

Also found a few places where offset wasn't properly incremented, which should
prevent some of the near-infinite loops.

While the capture in this bug wasn't a fuzz produced file, it does seem like
there is a "field mismatch" if the "expected" map length is significantly
larger than the packet size.


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