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 7885] Buildbot crash output: fuzz-2012-10-21-7332.pcap

Date: Tue, 18 Dec 2012 03:20:47 +0000

Comment # 6 on bug 7885 from
Fixed the invalid memory access in r46582.

The simple fix for all the address bugs is ep_alloc(X) ->
wmem_alloc(pinfo->pool, X)

Leaving this open as the leak from comment #3 is still kicking around, and I
suspect that's the original cause of the "Out Of Memory!" seen by the fuzzer.


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