Ethereal-users: Re: [Ethereal-users] X11 unreassembled packet

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Wed, 23 Jun 2004 14:43:55 -0700 (PDT)
Hovis, Scott said:
> The attached capture file causes ethereal versions 10.3 and 10.4 to crash
> if you hightlight the packets with the following Info field:
>
> "Requests: SetModifierMapping[Unreassembled Packet]."

There's a bug in the X11 dissector where it was allocating an array of
"int"s, but passing the number of "int"s, not the number of bytes of
"int", to "g_malloc()".

I've checked in a fix.