Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at guid-utils.c:132

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

dissect_dcom_UUID

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom.c)expand/collapse
Show more  
 1457  dissect_dcom_UUID(tvbuff_t *tvb, int offset,
 1458          packet_info *pinfo, proto_tree *tree, guint8 *drep,
 1459          int hfindex, e_uuid_t *pdata)
 1460  {
 1461          const gchar *uuid_name;
 1462          header_field_info *hfi;
 1463          e_uuid_t uuid;
 1464   
 1465   
 1466          /* get the UUID, but don't put it into the tree */
 1467          offset = dissect_ndr_uuid_t(tvb, offset, pinfo, NULL, drep,  
 1468[+]                                                 hfindex, &uuid);
 1469   
 1470          /* add to the tree */
 1471          hfi = proto_registrar_get_nth(hfindex);
 1472[+]         uuid_name = guids_get_uuid_name(&uuid);
expand/collapse

guids_get_guid_name

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/guid-utils.c)expand/collapse
Show more  
 122  const gchar *
 123  guids_get_guid_name(e_guid_t *guid)
 124  {
 125          emem_tree_key_t guidkey[2];
 126          guint32 g[4];
 127          char *name;
 128  #ifdef _WIN32 
 129          static char *uuid_name;
 130  #endif
 131   
 132          g[0]=guid->data1;
Show more  
Show more  




Change Warning 2193.31774 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: