In the C distribution, in source/utils/IPDRMemory.c
NULL pointer is dereferenced that causes core-dump.
line 1265 to 1269:
if (pListIPDRData == NULL) {
if (pListIPDRData->IPDRDataType == 7 ...
A similar problem reoccurs between line 1300 to 1303 in
the same file.
From: Simon Chou
E-Mail: simonc@prediwave.com
Date: 08/06/2003
Logged In: YES
user_id=751148
Example input which causes this behavior would be helpful to
add an appropriate test case.