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 7141] Two bad NULL checks in airpcap_loader.c

Date: Wed, 18 Apr 2012 11:19:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7141

Anders Broman <anders.broman@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-04-18 11:19:31 PDT ---
Committed revision 42136.

Speaking of style(from another bug) I find this
+    if (NULL == if_info) 
very ugly, I prefere
+    if (if_info == NULL)

Thanks
Anders

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