Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

From: didier <dgautheron@xxxxxxxx>
Date: Sun, 27 Aug 2006 19:34:44 +0200
Hi,
Le dimanche 27 aoᅵt 2006 ᅵ 19:10 +0200, Ulf Lamping a ᅵcrit :
> >   
> Yes, I'm very sure that I'm working with the very latest sources, only 
> minutes ago since the latest update ;-)
> 
> It seems that the Win32 port doesn't stumble over this bug (happens from 
> time to time, e.g. I've had "fuzzed bugs" on the Win32 platform that no 
> one on Linux/Unix could reproduce).
> 
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.

Didier