Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-nspi.c:8142

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

nspi_dissect_element_NAME_STRING_str_

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-nspi.c)expand/collapse
Show more  
 8137  nspi_dissect_element_NAME_STRING_str_(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)
 8138  {
 8139          char *data;
 8140   
 8141[+]         offset = dissect_ndr_cvstring(tvb, offset, pinfo, tree, drep, sizeof(guint8), hf_nspi_NAME_STRING_str, FALSE, &data);
 8142          proto_item_append_text(tree, ": %s", data);
Show more  




Change Warning 3321.34673 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: