Ethereal-dev: Re: [Ethereal-dev] ISUP SEGV on unknown parameters

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 29 Sep 2003 14:13:52 -0700
On Sep 29, 2003, at 2:05 PM, Michael Lum wrote:

There are two places in packet-isup.c that val_to_str() is called with
a NULL fmt.  This causes SEGVs.
Checked in.  (The format string argument to "val_to_str()" should not 
be null; if you *KNOW FOR CERTAIN* that the value passed in will be in 
the value_string table passed in, you might as well just use 
"match_strval()".)