Dangerous Function Cast at profile_dlg.c:831 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
profile_dialog_new (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/profile_dlg.c)![]() | ||||||
![]() | ||||||
821 | /* otherwise the updatings can get confused */ | |||||
822 | if (l_select) { | |||||
823 | gtk_tree_selection_select_iter(sel, l_select); | |||||
824 | g_free(l_select); | |||||
825 | } | |||||
826 | ||||||
827 | if (profile_l) { | |||||
828 | profile_l); ( | |||||
829 | } | |||||
830 | ||||||
831 | g_signal_connect(main_w, "delete_event", G_CALLBACK(profile_dlg_delete_event_cb), NULL);
| |||||
832 | g_signal_connect(main_w, "destroy", G_CALLBACK(profile_dlg_destroy_cb), NULL); | |||||
833 | ||||||
834 | main_w); ( | |||||
835 | ||||||
836 | window_present(main_w); | |||||
837 | ||||||
838 | return main_w; | |||||
839 | } | |||||
840 | ||||||
841 | ||||||
![]() |