(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_tcap.c) |
| |
| 954 | | | dissect_ansi_tcap_T_paramSet(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 955 | | | offset = dissect_ber_set(implicit_tag, actx, tree, tvb, offset, |
| 956 | [+] | | T_paramSet_set, hf_index, ett_ansi_tcap_T_paramSet); |
Event 1:
T_paramSet_set is passed to dissect_ber_set() as the sixth argument. - This points to the buffer that will be overrun later.
hide
|
|
 |
| |