Mailing List Archive

0.8.12: infinite loop with invalid icmp6 option values
The packet-icmp6.c dissector can get into an infinite loop if a packet it
receives has ICMPv6 options with length field of zero (0).

This patch fixes the problem.

--
santtu@iki.fi I have become death, destroyer of the worlds.
Re: 0.8.12: infinite loop with invalid icmp6 option values [ In reply to ]
On Thu, Oct 12, 2000 at 01:50:33PM +0300, Santeri Paavolainen wrote:
> The packet-icmp6.c dissector can get into an infinite loop if a packet it
> receives has ICMPv6 options with length field of zero (0).
>
> This patch fixes the problem.
>

Thanks. I've checked it in.

--gilbert