Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7803] Invalid memory accesses when loading radius captures

Date: Sat, 6 Oct 2012 18:08:20 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7803

--- Comment #8 from Guy Harris <guy@xxxxxxxxxxxx> 2012-10-06 18:08:20 PDT ---
(In reply to comment #7)
> I've cleaned up the two most egregious memory violations in revision 45359 and
> revision 45360.

And, not too surprisingly, that fixed the crash I mentioned.  That's probably
r45360:

  r45360 | eapache | 2012-10-06 17:06:21 -0700 (Sat, 06 Oct 2012) | 7 lines

  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.

Those fixes should perhaps be scheduled for backporting.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.