Null Pointer Dereference at packet-asn1.c:2231 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
define_constraint (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/asn1/packet-asn1.c)![]() | ||||||
![]() | ||||||
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 | /* 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));
| |||||
![]() |