ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Mac-OS buildbot produces bugzilla entries that I cannot veri

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Sun, 27 Aug 2006 21:18:04 -0500
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.