ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7862] Buildbot crash output: fuzz-2012-10-14-20197.pcap

Date: Mon, 15 Oct 2012 15:36:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862

Martin Kaiser <wireshark@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wireshark@xxxxxxxxx

--- Comment #1 from Martin Kaiser <wireshark@xxxxxxxxx> 2012-10-15 15:36:51 PDT ---
rdp dissector calls tvb_length_remaining(), assigns the result to a guint16
return value -1 is neither detected nor handled

I tried a fix in r45566, dissect_rdp_fields() returns -1 if
tvb_length_remaining() returns -1

All callers of dissect_rdp_fields() should check for negative return values. I
only fixed the one inside a for loop.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.