Null Pointer Dereference at packet-diameter.c:569 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
simple_avp (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-diameter.c)![]() | ||||||
![]() | ||||||
564 | static const char* | |||||
565 | simple_avp(diam_ctx_t* c, diam_avp_t* a, tvbuff_t* tvb) | |||||
566 | { | |||||
567 | char* label = ep_alloc(ITEM_LABEL_LENGTH+1); | |||||
568 | [+] | proto_item* pi = proto_tree_add_item(c->tree,a->hf_value,tvb,0,tvb_length(tvb),FALSE); | ||||
569 | proto_item_fill_label(pi->finfo, label);
| |||||
![]() |