http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50683
User: gerald
Date: 2013/07/16 04:19 PM
Log:
Copy over r49697 from the trunk:
------------------------------------------------------------------------
r49697 | guy | 2013-06-02 11:09:13 -0700 (Sun, 02 Jun 2013) | 6 lines
Changed paths:
M /trunk/wiretap/netmon.c
Initialize the frame_table_size field of the private data to 0 and the
frame_table field to NULL before trying to allocate the frame table, so
that if we fail before we allocate the frame table, the attempt to free
the private data doesn't crash due to the frame_table field containing a
bogus pointer.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.10/docbook/
Changes Path Action
+146 -3 release-notes.asciidoc Modified
Directory: /trunk-1.10/wiretap/
Changes Path Action
+9 -0 netmon.c Modified