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

Date: Sat, 23 Feb 2013 15:22:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47839

User: eapache
Date: 2013/02/23 07:22 AM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8382
 
 Don't pass a length longer than the strlen of the string into
 format_text(). This can happen if the length we ask for from the
 tvb overflows, for example.

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