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

Date: Tue, 09 Jul 2013 20:51:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50474

User: martink
Date: 2013/07/09 01:51 PM

Log:
 fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8916
 reported by Laurent Butti
 
 a TPDU's length field must never be 0
 this length field was decremented without prior checking,
 allocating length-1 bytes of memory caused a dissector assert

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +8 -4      packet-dvbci.c    Modified