(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-t125.c) |
| |
| 2096 | | | dissect_t125_DomainMCSPDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 2097 | | | #line 33 "t125.cnf" |
| 2098 | | | gint domainmcs_value; |
| 2099 | | | |
| 2100 | | | offset = dissect_ber_choice(actx, tree, tvb, offset, |
| 2101 | | | DomainMCSPDU_choice, hf_index, ett_t125_DomainMCSPDU, |
| 2102 | [+] | | &domainmcs_value); |
Event 1:
dissect_ber_choice() does not initialize domainmcs_value. - This may be because of a failure case or other special case for dissect_ber_choice().
hide
|
|
 |
| 2103 | | | |
| 2104 | | | if( (domainmcs_value!=-1) && t125_DomainMCSPDU_vals[domainmcs_value].strptr ){ |
Uninitialized Variable
domainmcs_value was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |