Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoMgt_GetDiagnosis_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 4321  dissect_ICBAAccoMgt_GetDiagnosis_rqst(tvbuff_t *tvb, int offset,
 4322          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 4323  {
 4324      guint32     u32Request;
 4325          guint32 u32InLength;
 4326          guint32 u32ArraySize;
 4327   
 4328   
 4329      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 4330   
 4331          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 4332                          hf_cba_acco_diag_req, &u32Request);
 4333   
 4334          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 4335                          hf_cba_acco_diag_in_length, &u32InLength);
 4336   
 4337          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 4338[+]                                                 &u32ArraySize);
 4339   
 4340      if(u32ArraySize != 0) {
Show more  




Change Warning 3865.35131 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: