Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-cba.c:909

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

dissect_ComponentInfo_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c)expand/collapse
Show more  
 894  dissect_ComponentInfo_resp(tvbuff_t *tvb, int offset,
 895          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 896  {
 897          gchar   szStr[1000];
 898          guint32 u32MaxStr = sizeof(szStr);
 899          gchar   szStr2[1000];
 900          guint32 u32MaxStr2 = sizeof(szStr2);
 901          guint32 u32HResult;
 902          guint32 u32Pointer;
 903   
 904   
 905      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 906   
 907          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 908[+]                                                 &u32Pointer);
 909          if (u32Pointer) {
Show more  




Change Warning 3774.35077 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: