Wireshark-commits: [Wireshark-commits] rev 50673: / /trunk-1.10/epan/dissectors/: packet-gsm_a_comm
Date: Tue, 16 Jul 2013 18:01:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50673

User: morriss
Date: 2013/07/16 11:01 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   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.10/epan/dissectors/
  Changes    Path                     Action
  +70 -21    packet-gsm_a_common.c    Modified