Wireshark-commits: [Wireshark-commits] rev 47408: /trunk/epan/dissectors/ /trunk/epan/dissectors/: 
      
      
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47408
User: morriss
Date: 2013/01/31 07:55 PM
Log:
 Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8284 :
 
 Throw an exception if we don't find the guint8 we're looking for.  (This could
 also be done as expert infos; throwing an exception is a bit brute force but
 anyway the -1 return case has to be dealth with.)
 
 Maybe there should be a version of tvb_find_guint8() which throws an
 exception...
Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +83 -2     packet-ar_drone.c    Modified