Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-asn1.c:2231

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

define_constraint

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/asn1/packet-asn1.c)expand/collapse
Show more  
 2220  define_constraint(GNode *p, GNode *q)
 2221  {
 2222          TBLRange *range = g_malloc(sizeof(TBLRange));
 2223          g_node_append_data(q, range);
 2224   
 2225          range->type = TBLTYPE_Range;
 2226   
 2227          /* g_message("define_constraint %p, %p", p, q); */
 2228   
 2229          p = g_node_first_child(p);
 2230   
 2231          range->from = get_asn1_int(0, GPOINTER_TO_UINT(p->data));
Show more  




Change Warning 3574.32717 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: