Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-asn1.c:2268

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

define_typeref

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/asn1/packet-asn1.c)expand/collapse
Show more  
 2257  define_typeref(GNode *p, GNode *q)
 2258  {
 2259          TBLTypeRef *ref = g_malloc(sizeof(TBLTypeRef));
 2260          g_node_append_data(q, ref);
 2261   
 2262          ref->type = TBLTYPE_TypeRef;
 2263   
 2264          /* g_message("define_typeref %p, %p", p, q); */
 2265   
 2266          p = g_node_first_child(p);
 2267   
 2268          ref->typeDefId = get_asn1_uint(GPOINTER_TO_UINT(p->data));
Show more  




Change Warning 3578.33589 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: