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] 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.