Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-lsa.c:1663

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

lsarpc_dissect_bitmap_security_secinfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-lsa.c)expand/collapse
Show more  
 1647  lsarpc_dissect_bitmap_security_secinfo(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_)
 1648  {
 1649          proto_item *item = NULL;
 1650          proto_tree *tree = NULL;
 1651   
 1652          guint32 flags;
 1653          ALIGN_TO_4_BYTES;
 1654   
 1655          if (parent_tree) {
 1656                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 1657                  tree = proto_item_add_subtree(item,ett_lsarpc_security_secinfo);
 1658          }
 1659   
 1660[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 1661          proto_item_append_text(item, ": ");
 1662   
 1663          if (!flags)
Show more  




Change Warning 1685.33836 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: