Null Pointer Dereference at proto.c:3698 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
build_autocompletion_list (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/filter_autocomplete.c)![]() | |||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||
611 | build_autocompletion_list(GtkWidget *filter_te, GtkWidget *treeview, GtkWidget *popup_win, | ||||||||||||||||||||||||||||||||||||||
612 | const gchar *protocol_name, gboolean protocols_only, gboolean *stop_propagation) | ||||||||||||||||||||||||||||||||||||||
613 | { | ||||||||||||||||||||||||||||||||||||||
614 | void * , * ; | ||||||||||||||||||||||||||||||||||||||
615 | protocol_t *protocol; | ||||||||||||||||||||||||||||||||||||||
616 | unsigned int protocol_name_len; | ||||||||||||||||||||||||||||||||||||||
617 | header_field_info *hfinfo; | ||||||||||||||||||||||||||||||||||||||
618 | gint count = 0; | ||||||||||||||||||||||||||||||||||||||
619 | gboolean exact_match = FALSE; | ||||||||||||||||||||||||||||||||||||||
620 | const gchar *first = NULL; | ||||||||||||||||||||||||||||||||||||||
621 | int i; | ||||||||||||||||||||||||||||||||||||||
622 | |||||||||||||||||||||||||||||||||||||||
623 | protocol_name_len = (unsigned int) strlen(protocol_name); | ||||||||||||||||||||||||||||||||||||||
624 | |||||||||||||||||||||||||||||||||||||||
625 | /* Walk protocols list */ | ||||||||||||||||||||||||||||||||||||||
626 | [+] | for (i = proto_get_first_protocol(&); i != -1; i = proto_get_next_protocol(& )) { | |||||||||||||||||||||||||||||||||||||
627 | |||||||||||||||||||||||||||||||||||||||
628 | [+] | protocol = find_protocol_by_id(i); | |||||||||||||||||||||||||||||||||||||
629 | |||||||||||||||||||||||||||||||||||||||
630 | [+] | if (!proto_is_protocol_enabled(protocol)) | |||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||
![]() |