(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h501.c) |
| |
| 1744 | | | dissect_h501_NonStandardRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 1745 | | | offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index, |
| 1746 | [+] | | ett_h501_NonStandardRequest, NonStandardRequest_sequence); |
Event 1:
NonStandardRequest_sequence is passed to dissect_per_sequence() as the seventh argument. - This points to the buffer that will be overrun later.
hide
|
|
 |
| |