http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50675
User: morriss
Date: 2013/07/16 11:37 AM
Log:
Copy over with manual intervention:
------------------------------------------------------------------------
r50672 | morriss | 2013-07-16 13:59:26 -0400 (Tue, 16 Jul 2013) | 8 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_a_common.c
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-1.8/epan/dissectors/
Changes Path Action
+72 -24 packet-gsm_a_common.c Modified