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

Date: Wed, 26 Jun 2013 22:58:35 +0000

Comment # 30 on bug 6898 from
(In reply to comment #29)
> *** Bug 8842 has been marked as a duplicate of this bug. ***

We can keep lowering the default memory limit, but the real problem is that the
dissector is allocating all the memory for reassembly 'up front' on the first
packet, based on the length field in that packet. Is there any reason it can't
use the reassembly.c mechanism that only allocates enough for each received
fragment until the entire packet is ready to reassemble?

Or something along the lines of Michael's suggestion wrapping tcp_dissect_pdus?


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