Ethereal-dev: SV: [Ethereal-dev] [Patch] to wiretap/catapult_dct2000.c

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 24 Apr 2006 21:12:08 +0200
Checked in.
Brg
Anders

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Martin Mathieson
Skickat: den 24 april 2006 11:11
Till: Ethereal development
Ämne: [Ethereal-dev] [Patch] to wiretap/catapult_dct2000.c

Hi,

This patch should hopefully remove any possible buffer overflows in 
parse_line() as reported by the current Coverity scan.  I'm not sure 
that the error it currently reports is valid (I think its confused by 
supposing that a condition that is being tested can be true, whereas it 
can't...), but this patch fixes a number of potential problems remaining 
in the function.

I hope this is the last one,
Martin