From 2ae329a47b7f0ac94089c23e79c6b8bc18ba80ea Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 17 Oct 2015 17:12:46 +0200 Subject: [PATCH] UMTS FP: fix an out of bounds access Bug: 11602 Change-Id: I636a5494a0eda5895e856e80424be29f01c758bf Reviewed-on: https://code.wireshark.org/review/11117 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- epan/dissectors/packet-umts_fp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c index 95e6329ce9..86588fea8f 100644 --- a/epan/dissectors/packet-umts_fp.c +++ b/epan/dissectors/packet-umts_fp.c @@ -3164,7 +3164,7 @@ dissect_hsdsch_channel_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, /************************/ /*Configure the pdus*/ - for (i=0;icontent[i] = hsdsch_macdflow_id_mac_content_map[p_fp_info->hsdsch_macflowd_id]; /*MAC_CONTENT_PS_DTCH;*/ macinf->lchid[i] = fake_lchid_macd_flow[p_fp_info->hsdsch_macflowd_id];/*Faked logical channel id 255 used as a mark if it doesn't exist...*/ macinf->fake_chid[i] = TRUE; /**/