didier wrote: > Or maybe g_assert is a no ops? > > Bug 1071 > http://www.wireshark.org/download/automated/captures/fuzz-2006-08-27-19853.pcap > > ./tshark -r /tmp/fuzz-2006-08-27-19853.pcap > frame 281 > > packet-image-png.c:line 274 g_assert(len<1000000000); > tries to decode after png IEND tag or something like that.
That was the problem. The PNG dissector was calling g_assert() instead of throwing an exception. I've checked in a fix. _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
