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 9949] Buildbot crash output: fuzz-2014-04-02-29441.pcap

Date: Sat, 19 Apr 2014 03:22:06 +0000

Comment # 5 on bug 9949 from
Proof-of-concept hack at https://code.wireshark.org/review/1212

Simply allocating smaller buffers when we know the output will be small reduces
memory usage enormously. Not sure how to make this pretty though, or what the
*actual* minimum size is.

If we can switch the column data usage to wmem we could pass the scope right
through and use wmem_strdup_printf rather than printing into a buffer. That
would be ideal...


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