Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBALogicalDevice_Get_RTAuto_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c)expand/collapse
Show more  
 867  dissect_ICBALogicalDevice_Get_RTAuto_rqst(tvbuff_t *tvb, int offset,
 868          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 869  {
 870          gchar   szStr[1000];
 871          guint32 u32MaxStr = sizeof(szStr);
 872          guint32 u32Pointer;
 873   
 874   
 875      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 876   
 877          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 878[+]                                                 &u32Pointer);
 879          if (u32Pointer) {
Show more  




Change Warning 3773.35076 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: