Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBALogicalDevice_get_Name_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c)expand/collapse
Show more  
 769  dissect_ICBALogicalDevice_get_Name_resp(tvbuff_t *tvb, int offset,
 770          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 771  {
 772          gchar   szStr[1000];
 773          guint32 u32MaxStr = sizeof(szStr);
 774          guint32 u32Pointer;
 775          guint32 u32HResult;
 776   
 777   
 778      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 779   
 780          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 781[+]                                                 &u32Pointer);
 782          if (u32Pointer) {
Show more  




Change Warning 3772.35075 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: