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] Why isn't this a bug?

From: Chris Maynard <Chris.Maynard@xxxxxxxxx>
Date: Fri, 8 Jul 2011 22:33:41 +0000 (UTC)
Jaap Keuter <jaap.keuter@...> writes:

>  From the packet-giop.c source code:
> 
>      if (*offset > header->message_size)
>        return FALSE;
>    }
> 
> Why isn't this a bug?

It sure looks like a bug to me.