
7 Mar
2002
7 Mar
'02
6:51 p.m.
I get a segmentation fault due to a null parentPtr in the new parent node type checking code in various MIBs that are being automatically processed. I haven't done any tracking down yet; add a
if (parentPtr)
around line 238 of parser-smi.y right before the switch is a workaround for the core dumps but I don't know if it's the right solution.
Bill