Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-dssetup.c:173

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

dssetup_dissect_bitmap_DsRoleFlags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dssetup.c)expand/collapse
Show more  
 157  dssetup_dissect_bitmap_DsRoleFlags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 158  {
 159          proto_item *item = NULL;
 160          proto_tree *tree = NULL;
 161   
 162          guint32 flags;
 163          ALIGN_TO_4_BYTES;
 164   
 165          if(parent_tree) {
 166                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 167                  tree = proto_item_add_subtree(item,ett_dssetup_dssetup_DsRoleFlags);
 168          }
 169   
 170[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 171          proto_item_append_text(item, ": ");
 172   
 173          if (!flags)
Show more  




Change Warning 3279.33620 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: