http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44306
User: morriss
Date: 2012/08/07 11:17 AM
Log:
Fix fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7563 :
Don't overflow in_fmt->m_vc_index_array: verify that speed is less than or
equal to DECHAN_MAX_AUG_INDEX before using it.
Also add a comment: there are comments here that indicate that this array
should have 5 entries but there are only 4.
Directory: /trunk/epan/dissectors/
Changes Path Action
+21 -12 packet-erf.c Modified