http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51911
User: gerald
Date: 2013/09/09 05:07 PM
Log:
Copy over r49673 from the trunk:
------------------------------------------------------------------------
r49673 | guy | 2013-05-31 23:48:37 -0700 (Fri, 31 May 2013) | 7 lines
Changed paths:
M /trunk/epan/filesystem.c
M /trunk/wiretap/netmon.c
When allocating the frame table for a NetMon file, use g_try_malloc(),
and fail with ENOMEM if that fails (and the frame table is not empty -
g_try_malloc() will return NULL if you ask it to allocate zero bytes).
Have an error message for ENOMEM on an open that attempts to tell the
user what the problem is without making their head explode.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/docbook/
Changes Path Action
+6 -6 release-notes.xml Modified
Directory: /trunk-1.8/epan/
Changes Path Action
+43 -0 filesystem.c Modified
Directory: /trunk-1.8/wiretap/
Changes Path Action
+5 -1 netmon.c Modified