Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-asn1.c:2286

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

define_tag

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/asn1/packet-asn1.c)expand/collapse
Show more  
 2275  define_tag(GNode *p, GNode *q)
 2276  {
 2277          TBLTag *type = g_malloc(sizeof(TBLTag));
 2278          g_node_append_data(q, type);
 2279   
 2280          type->type = TBLTYPE_Tag;
 2281   
 2282          /* g_message("define_tag %p, %p", p, q); */
 2283   
 2284          p = g_node_first_child(p);
 2285   
 2286          type->tclass = get_asn1_int(BER_UNI_TAG_ENUMERATED, GPOINTER_TO_UINT(p->data));
Show more  




Change Warning 3580.32719 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: