Wireshark-bugs: [Wireshark-bugs] [Bug 8537] Buildbot crash output: randpkt-2013-03-28-10147.pcap
Date: Fri, 29 Mar 2013 02:47:17 +0000

changed bug 8537

What Removed Added
CC   Alexander.Chemeris@gmail.com, eapache@gmail.com, lomato@gmail.com

Comment # 1 on bug 8537 from
Fixed in r48636.

Dario, Alexander, CCing you so you're aware since these were in the dissectors
you submitted. The issue was basically that col_set_str doesn't take a copy of
the string being set, but val_to_str returns a string that only lasts for the
current packet. The solution was to use col_add_str instead, which takes a copy
of the passed-in string so it's guaranteed to last long enough.


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