Null Pointer Dereference at packet-asn1.c:2411 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
define_module (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/asn1/packet-asn1.c)![]() | ||||||
![]() | ||||||
2399 | define_module(GNode *p, GNode *q) | |||||
2400 | { | |||||
2401 | TBLModule *module = g_malloc(sizeof(TBLModule)); | |||||
2402 | ||||||
2403 | GNode *m = g_node_append_data(q, module); | |||||
2404 | ||||||
2405 | /* define_module %p %p", p, q); */ (" | |||||
2406 | ||||||
2407 | module->type = TBLTYPE_Module; | |||||
2408 | ||||||
2409 | p = g_node_first_child(p);
| |||||
2410 | ||||||
2411 | module->name = get_asn1_string(0, GPOINTER_TO_UINT(p->data));
| |||||
![]() |