Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at profile_dlg.c:831

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

profile_dialog_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/profile_dlg.c)expand/collapse
Show more  
 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      gtk_widget_grab_focus(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    gtk_widget_show(main_w);
 835   
 836    window_present(main_w);
 837   
 838    return main_w;
 839  }
 840   
 841   
Show more  




Change Warning 486.28491 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: