Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40251: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 20 Dec 2011 17:59:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40251

User: cmaynard
Date: 2011/12/20 09:59 AM

Log:
 Checking scmUDID for NULL is pointless since the pointer has already been dereferenced.  If g_byte_array_new() can return NULL, then the code should be modified to protect against deferencing the NULL pointer much sooner than this.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +1 -2      packet-opensafety.c    Modified