ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4140] emem patches

Date: Wed, 20 Jan 2010 10:32:59 -0800 (PST)
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.