Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_get_BSTR_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c)expand/collapse
Show more  
 429  dissect_get_BSTR_resp(tvbuff_t *tvb, int offset,
 430          packet_info *pinfo, proto_tree *tree, guint8 *drep, int hfindex)
 431  {
 432          gchar   szStr[1000];
 433          guint32 u32MaxStr = sizeof(szStr);
 434          guint32 u32Pointer;
 435          guint32 u32HResult;
 436   
 437   
 438      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 439   
 440          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 441[+]                                                 &u32Pointer);
 442          if (u32Pointer) {
Show more  




Change Warning 3765.34937 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: