Ethereal-dev: Re: [Ethereal-dev] MMSE patch

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: Tue, 8 Jan 2002 12:51:43 -0800 (PST)
> It stops crashes, but is it correct? Why is the tvb_get_ptr()
> passed a length of 1, instead of 'length', or 'length2', or
> 'length + length2' ?

It should be "length + length2"; I checked in a version with that.