ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6898] RTMPT OutOfMemory - Buildbot crash output: fuzz-2012

Date: Wed, 28 Mar 2012 06:29:42 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6898

Michael Mann <mmann78@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmann78@xxxxxxxxxxxx

--- Comment #4 from Michael Mann <mmann78@xxxxxxxxxxxx> 2012-03-28 06:29:41 PDT ---
(In reply to comment #2)
> The problem is the RTMPT dissector is allocating more memory than the fuzz
> script thinks is reasonable.  The RTMPT dissector has an upper limit on packet
> sizes which apparently has been increased several times:

Since RTMPT is a TCP protocol, does it make sense to have it use
tcp_dissect_pdus() rather than have its own packet reassembly (where presumably
the large memory allocation happens)?  I think tcp_dissect_pdus may be smarter
with the memory usage, although I don't know RTMPT, so I'm not sure if it makes
sense for the protocol.

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