ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Possible misuse of match_strval_idx

From: Evan Huus <eapache@xxxxxxxxx>
Date: Sat, 23 Mar 2013 17:07:20 -0400
Am I correct in thinking that in packet-gsm_a_dtap.c around line 6432,
if match_strval_idx doesn't find a match then we will access invalid
memory because idx will be used as an array index with value -1?

Evan