http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50672
User: morriss
Date: 2013/07/16 10:59 AM
Log:
Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8940 :
Test whether idx is in range or not (by seeing if it was found in the
value_string) before using it as an index into any of the elem_var arrays.
This fuzz failure was in elem_telv() but apply the fix to all the elem_*()
functions.
Directory: /trunk/epan/dissectors/
Changes Path Action
+70 -21 packet-gsm_a_common.c Modified