Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-butc.c:242

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

butc_dissect_Restore_flags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-butc.c)expand/collapse
Show more  
 226  butc_dissect_Restore_flags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 227  {
 228      proto_item *item=NULL;
 229      proto_tree *tree=NULL;
 230      guint32 flags;
 231   
 232      ALIGN_TO_4_BYTES;
 233   
 234      if(parent_tree){
 235          item=proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 236          tree=proto_item_add_subtree(item, ett_butc_Restore_flags);
 237      }
 238   
 239[+]     offset=dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 240   
 241   
 242      proto_tree_add_boolean(tree, hf_butc_Restore_flags_TC_RESTORE_CREATE, tvb, offset-4, 4, flags);
Show more  




Change Warning 3174.33822 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: