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

Date: Sun, 13 Jun 2010 13:58:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33212

User: wmeier
Date: 2010/06/13 06:58 AM

Log:
 Fix Bug #4868; "Wireshark crash selecting Inter-Asterisk exchange v2 packet data"
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4868
 
 A field length was being set incorrectly (too large) thus causing
 packet_hex_apply_reverse_tag() to run off the end of a text_view buffer
 (thus causing a crash) when attempting to highlight the field bytes
 in the hex-view pane.
 
 ToDo: Add some sanity checking in packet_hex_apply_reverse_tag().

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