Wireshark-bugs: [Wireshark-bugs] [Bug 9727] Capture file causes dissector overflow, outright cra

Date: Thu, 06 Feb 2014 04:10:30 +0000

Comment # 2 on bug 9727 from
I *suspect* somebody is failing to run out of data, so we're getting IP atop
DVB atop MPEG-2 transport stream atop UDP atop IP atop DVB atop....

Is this a problem with MPEG-2 transport stream reassembly, so that headers at
some layer aren't getting stripped off?  Or, when reassembling data, are we
recursing over packets rather than iterating?  Yes, to iterate is human, and to
recurse is divine, but to recurse without tail-recursion eats stack memory.


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