Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-dnsserver.c:1142

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

dnsserver_dissect_bitmap_DNS_RPC_NODE_FLAGS

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dnsserver.c)expand/collapse
Show more  
 1126  dnsserver_dissect_bitmap_DNS_RPC_NODE_FLAGS(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_)
 1127  {
 1128          proto_item *item = NULL;
 1129          proto_tree *tree = NULL;
 1130   
 1131          guint32 flags;
 1132          ALIGN_TO_4_BYTES;
 1133   
 1134          if (parent_tree) {
 1135                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 1136                  tree = proto_item_add_subtree(item,ett_dnsserver_DNS_RPC_NODE_FLAGS);
 1137          }
 1138   
 1139[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 1140          proto_item_append_text(item, ": ");
 1141   
 1142          if (!flags)
Show more  




Change Warning 1654.33624 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: