Wireshark-commits: [Wireshark-commits] rev 50476: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Tue, 09 Jul 2013 21:07:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50476

User: martink
Date: 2013/07/09 02:07 PM

Log:
 copy over from the trunk
 
 ------------------------------------------------------------------------
 r50474 | martink | 2013-07-09 22:51:48 +0200 (Tue, 09 Jul 2013) | 7 lines
 
 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-1.8/epan/dissectors/
  Changes    Path              Action
  +8 -4      packet-dvbci.c    Modified