Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at proto_dlg.c:178

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  
 168    gtk_widget_show(bbox);
 169   
 170    /* Enable All */
 171    button = gtk_button_new_with_label("Enable All");
 172    g_signal_connect(button, "clicked", G_CALLBACK(enable_all_cb), proto_list);
 173    gtk_box_pack_start(GTK_BOX(bbox), button, TRUE, TRUE, 0);
 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   
Show more  




Change Warning 505.28513 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: