http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45360
User: eapache
Date: 2012/10/06 05:06 PM
Log:
Don't destroy the in-memory radius dictionary if we hit a parse error:
- If it's something as simple as a missing $INCLUDE then we probably still want
whatever we could parse
- We weren't doing it consistently anyways
- There were a whole bunch of places where we were using it regardless of
whether or not the parse failed, leading to read-after-free errors.
Directory: /trunk/epan/
Changes Path Action
+1 -57 radius_dict.l Modified