Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-wkssvc.c:6309

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

wkssvc_dissect_bitmap_joinflags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-wkssvc.c)expand/collapse
Show more  
 6293  wkssvc_dissect_bitmap_joinflags(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 6294  {
 6295          proto_item *item = NULL;
 6296          proto_tree *tree = NULL;
 6297   
 6298          guint32 flags;
 6299          ALIGN_TO_4_BYTES;
 6300   
 6301          if (parent_tree) {
 6302                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 6303                  tree = proto_item_add_subtree(item,ett_wkssvc_wkssvc_joinflags);
 6304          }
 6305   
 6306[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 6307          proto_item_append_text(item, ": ");
 6308   
 6309          if (!flags)
Show more  




Change Warning 3375.33875 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: