Text   |  XML   |  ReML   |   Visible Warnings:

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

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

rs_acct_dissect_lookup_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-rs_acct.c)expand/collapse
Show more  
 64  rs_acct_dissect_lookup_rqst (tvbuff_t *tvb, int offset,
 65                  packet_info *pinfo, proto_tree *tree, guint8 *drep)
 66  {
 67          guint32 key_size;
 68          const char *keyx_t = NULL;
 69   
 70          offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,  
 71                          hf_rs_acct_lookup_rqst_var, NULL);
 72          offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,  
 73[+]                         hf_rs_acct_lookup_rqst_key_size, &key_size);
 74   
 75          if (key_size){ /* Not able to yet decipher the OTHER versions of this call just yet. */
Show more  




Change Warning 2061.34066 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: