Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-rs_misc.c:72

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

rs_misc_dissect_login_get_info_rqst

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




Change Warning 2063.34068 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: