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

Date: Fri, 30 Nov 2012 20:25:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46309

User: morriss
Date: 2012/11/30 12:25 PM

Log:
 Fix an unitialized-read detected by Valgrind while processing:
 
 https://www.wireshark.org/download/automated/captures/fuzz-2012-11-30-20336.pcap
 
 (I can't reproduce the actual fuzz failure and this uninitialized-read
 shouldn't have caused an out-of-memory condition--which is what the buildbot
 said the problem with that capture was.)
 
 Also stop marking a variable that is used as unused.

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