Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-cmp.c:1114

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_cmp_PKIBody

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cmp.c)expand/collapse
Show more  
 1104  dissect_cmp_PKIBody(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 1105  #line 96 "cmp.cnf"
 1106    gint branch_taken;
 1107   
 1108      offset = dissect_ber_choice(actx, tree, tvb, offset,
 1109                                   PKIBody_choice, hf_index, ett_cmp_PKIBody,
 1110[+]                                  &branch_taken);
 1111   
 1112   
 1113[+]   if (check_col(actx->pinfo->cinfo, COL_INFO)) {
 1114          col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Body=%s", val_to_str(branch_taken, cmp_PKIBody_vals, "unknown"));
Show more  




Change Warning 3118.31872 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: