Ethereal-dev: Re: [Ethereal-dev] Re: [Coverity] Possible Format String Vulnerabilites

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

From: didier <dgautheron@xxxxxxxx>
Date: Wed, 16 Mar 2005 15:56:34 +0000
Hi,
ronnie sahlberg wrote:
i have checked in a fix for bug 3,
just a simple g_assert(length<0xff) which should be enough here.
What's wrong with length == 0xff?

the malloc is bogus; should be g_malloc though

Didier