Wireshark-commits: [Wireshark-commits] rev 38417: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 08 Aug 2011 20:08:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38417

User: cmaynard
Date: 2011/08/08 01:08 PM

Log:
 No need to check that usb_trans_info is not NULL here.  The only way it could have been NULL is if se_alloc0() returned NULL, but then it would have already been dereferenced before now.  Fixes Coverity CID 612, "REVERSE INULL".

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