Null Pointer Dereference at packet-asn1.c:2250 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
define_namednumber (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/asn1/packet-asn1.c)![]() | ||||||
![]() | ||||||
2239 | define_namednumber(GNode *p, GNode *q) | |||||
2240 | { | |||||
2241 | TBLNamedNumber *num = g_malloc(sizeof(TBLNamedNumber)); | |||||
2242 | g_node_append_data(q, num); | |||||
2243 | ||||||
2244 | num->type = TBLTYPE_NamedNumber; | |||||
2245 | ||||||
2246 | /* define_namednumber %p, %p", p, q); */ (" | |||||
2247 | ||||||
2248 | p = g_node_first_child(p);
| |||||
2249 | ||||||
2250 | num->name = get_asn1_string(0, GPOINTER_TO_UINT(p->data));
| |||||
![]() |