Wireshark-bugs: [Wireshark-bugs] [Bug 9027] Another fuzz failure in print_hex_data_buffer

Date: Sun, 11 Aug 2013 13:57:50 +0000

Comment # 7 on bug 9027 from
Argh, sorry, I was changing the wrong line! I had been replacing the
"tvb_free(fd_i->tvb_data)" a few lines above instead of the correct
"tvb_free(old_tvb_data)". This is what happens when you manually apply patches
:(

Anyways, with the actual patch applied as suggested, I now get:

** (process:25598): WARNING **: Dissector bug, protocol TCP, in packet 225:
tvbuff.c:135: failed assertion "!child->next"


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