(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-t125.c) |
| |
| 1982 | | | dissect_t125_ConnectMCSPDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { |
| 1983 | | | #line 22 "t125.cnf" |
| 1984 | | | gint connectmcs_value; |
| 1985 | | | |
| 1986 | | | offset = dissect_ber_choice(actx, tree, tvb, offset, |
| 1987 | | | ConnectMCSPDU_choice, hf_index, ett_t125_ConnectMCSPDU, |
| 1988 | [+] | | &connectmcs_value); |
Event 1:
dissect_ber_choice() does not initialize connectmcs_value. - This may be because of a failure case or other special case for dissect_ber_choice().
hide
|
|
 |
| 1989 | | | |
| 1990 | | | if( (connectmcs_value!=-1) && t125_ConnectMCSPDU_vals[connectmcs_value].strptr ){ |
Uninitialized Variable
connectmcs_value was not initialized. The issue can occur if the highlighted code executes. See related event 1. Show: All events | Only primary events |
|
| |