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