ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Crash by AJP13 protocol

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 26 Mar 2003 13:49:16 -0800
On Wed, Mar 26, 2003 at 01:19:36PM -0800, Guy Harris wrote:
> I'll check in a fix to have the code *NOT* assume that, merely because
> the conversation exists, that conversation was established by the AJP13
> dissector and therefore that the conversation has AJP13 data attached to
> it.

Done.  (I also cleaned up some other stuff, such as allocating the
per-conversation and per-frame data from a GMemChunk, and freeing that
data when the protocol data is reinitialized rather than just leaking
it.)