(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-mms.c) |
| |
| 6864 | | | dissect_mms_MMSpdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 6865 | | | #line 35 "mms.cnf" |
| 6866 | | | gint branch_taken; |
| 6867 | | | |
| 6868 | | | offset = dissect_ber_choice(actx, tree, tvb, offset, |
| 6869 | | | MMSpdu_choice, hf_index, ett_mms_MMSpdu, |
| 6870 | [+] | | &branch_taken); |
Event 1:
dissect_ber_choice() does not initialize branch_taken. - This may be because of a failure case or other special case for dissect_ber_choice().
hide
|
|
 |
| 6871 | | | |
| 6872 | | | |
| 6873 | | | if( (branch_taken!=-1) && mms_MMSpdu_vals[branch_taken].strptr ){ |
Uninitialized Variable
branch_taken was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |