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