Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-spoolss.c:1706

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

dissect_spoolss_relstr

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 1691  dissect_spoolss_relstr(tvbuff_t *tvb, int offset, packet_info *pinfo,
 1692                         proto_tree *tree, guint8 *drep, int hf_index,
 1693                         int struct_start, char **data)
 1694  {
 1695          proto_item *item;
 1696          proto_tree *subtree;
 1697          guint32 relstr_offset, relstr_start, relstr_end;
 1698          char *text;
 1699   
 1700          /* Peek ahead to read the string.  We need this for the  
 1701             proto_tree_add_string() call so filtering will work. */
 1702   
 1703          offset = dissect_ndr_uint32(
 1704[+]                 tvb, offset, pinfo, NULL, drep, hf_offset, &relstr_offset);
 1705   
 1706          relstr_start = relstr_offset + struct_start;
Show more  




Change Warning 2097.33853 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: