Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-cba-acco.c:4366

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

dissect_ICBAAccoMgt_GetDiagnosis_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 4355  dissect_ICBAAccoMgt_GetDiagnosis_resp(tvbuff_t *tvb, int offset,
 4356          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 4357  {
 4358          guint32 u32OutLength;
 4359   
 4360   
 4361      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 4362   
 4363          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 4364[+]                         hf_cba_acco_diag_out_length, &u32OutLength);
 4365   
 4366      if(u32OutLength != 0) {
Show more  




Change Warning 3868.35134 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: