Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at proto_dlg.c:172

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  
 162   
 163   
 164    bbox = gtk_hbutton_box_new();
 165    gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_END);
 166    gtk_box_set_spacing(GTK_BOX(bbox), 5);
 167    gtk_box_pack_start(GTK_BOX(proto_vb), bbox, FALSE, FALSE, 0);
 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 */
Show more  




Change Warning 506.28514 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: