Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_HResultArray_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 1044  dissect_HResultArray_resp(tvbuff_t *tvb, int offset,
 1045          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 1046  {
 1047          guint32 u32HResult;
 1048          guint32 u32Pointer;
 1049          guint32 u32ArraySize = 0;
 1050          guint32 u32Idx;
 1051          guint32 u32Tmp;
 1052   
 1053   
 1054      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 1055   
 1056          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 1057[+]                         &u32Pointer);
 1058   
 1059          if (u32Pointer) {
Show more  




Change Warning 3792.35083 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: