ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Tue, 07 Aug 2012 18:17:30 GMT
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