https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4140
Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4163| |review_for_checkin?
Flag| |
--- Comment #24 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2010-01-20 10:32:55 PST ---
Created an attachment (id=4163)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4163)
mmap() MAP_FAILED vs NULL
Another bugfix.
mmap() actually when fail returns MAP_FAILED (-1) not NULL... Sorry.
I removed NULL check from g_malloc() because it can't return NULL - maybe there
should be call to g_try_malloc?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.