Wireshark-bugs: [Wireshark-bugs] [Bug 10484] Invalid pointer dereferenced when opening gzipped p
Date: Fri, 19 Sep 2014 17:48:50 +0000

changed bug 10484


What Removed Added
Summary Invalid free opening gzipped pcap file with bad CRC Invalid pointer dereferenced when opening gzipped pcap file with bad CRC

Comment # 3 on bug 10484 from
It's not a bad free - note the SIGSEGV, which happened because g_snprintf() was
handed a bogus string pointer; it never got around to handing said bad pointer
to g_free().


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