Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-rs_acct.c:110

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

rs_acct_dissect_get_projlist_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-rs_acct.c)expand/collapse
Show more  
 97  rs_acct_dissect_get_projlist_rqst (tvbuff_t *tvb, int offset,
 98                  packet_info *pinfo, proto_tree *tree, guint8 *drep)
 99  {
 100          guint32 key_size;
 101          const char *keyx_t = NULL;
 102   
 103          offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,  
 104                          hf_rs_acct_get_projlist_rqst_var1, NULL);
 105          offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,  
 106[+]                         hf_rs_acct_get_projlist_rqst_key_size, &key_size);
 107   
 108          proto_tree_add_string (tree, hf_rs_acct_get_projlist_rqst_key_t,  
 109                          tvb, offset, hf_rs_acct_get_projlist_rqst_key_size,  
 110                          tvb_get_ptr (tvb, offset, key_size));
Show more  




Change Warning 2062.34067 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: