Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at color_edit_dlg.c:493

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

color_sel_win_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/color_edit_dlg.c)expand/collapse
Show more  
 483                                                                     /* esc as handled by the                      */
 484                                                                     /* gtk_color_selection_dialog widget          */
 485                                                                     /*  doesn't result in this happening.         */
 486   
 487    color_sel_help = GTK_COLOR_SELECTION_DIALOG (color_sel_win)->help_button;
 488    g_object_set_data(G_OBJECT(color_sel_win), "color_sel_help", color_sel_help);
 489   
 490   
 491    GTK_WIDGET_SET_FLAGS (color_sel_help, GTK_CAN_DEFAULT);
 492   
 493    g_signal_connect(color_sel_ok, "clicked", G_CALLBACK(color_sel_ok_cb), color_sel_win);
 494    g_signal_connect(color_sel_cancel, "clicked", G_CALLBACK(color_sel_cancel_cb), color_sel_win);
 495   
 496    gtk_widget_show_all(color_sel_win);
 497    return color_sel_win;
 498  }
 499   
 500  static void
 501  color_sel_win_destroy(GtkWidget *sel_win)
 502  {
 503    GtkWidget *parent;
Show more  




Change Warning 172.27976 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: