Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at proto_dlg.c:184

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

proto_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/proto_dlg.c)expand/collapse
Show more  
 174    gtk_widget_show(button);
 175   
 176    /* Disable All */
 177    button = gtk_button_new_with_label("Disable All");
 178    g_signal_connect(button, "clicked", G_CALLBACK(disable_all_cb), proto_list);
 179    gtk_box_pack_start(GTK_BOX(bbox), button, TRUE, TRUE, 0);
 180    gtk_widget_show(button);
 181   
 182    /* Invert */
 183    button = gtk_button_new_with_label("Invert");
 184    g_signal_connect(button, "clicked", G_CALLBACK(toggle_all_cb), proto_list);
 185    gtk_box_pack_start(GTK_BOX(bbox), button, TRUE, TRUE, 0);
 186    gtk_widget_show(button);
 187   
 188   
 189    /* Button row */
 190    bbox = dlg_button_row_new(GTK_STOCK_OK, GTK_STOCK_APPLY, GTK_STOCK_SAVE, GTK_STOCK_CANCEL, GTK_STOCK_HELP, NULL);
 191    gtk_box_pack_start(GTK_BOX(main_vb), bbox, FALSE, FALSE, 0);
 192    gtk_widget_show(bbox);
 193   
 194    ok_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_OK);
Show more  




Change Warning 504.28512 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: