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()".)




Reply via email to