Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at color_edit_dlg.c:274

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

edit_color_filter_dialog

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/color_edit_dlg.c)expand/collapse
Show more  
 264      /* set callback to delete new filters if cancel chosen */
 265      if (is_new_filter)
 266      {
 267          g_object_set_data(G_OBJECT(edit_color_filter_cancel), COLOR_FILTERS_CL, color_filters);
 268          g_signal_connect(edit_color_filter_cancel, "clicked",
 269                         G_CALLBACK(edit_new_color_filter_cancel_cb), edit_dialog);
 270      }
 271      /* escape will select cancel */
 272      window_set_cancel_button(edit_dialog, edit_color_filter_cancel, window_cancel_button_cb);
 273   
 274      g_signal_connect(edit_dialog, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 275   
 276      gtk_widget_show_all(edit_dialog);
 277      window_present(edit_dialog);
 278  }
 279   
 280  /* Called when the dialog box is being destroyed; destroy any color 
 281     selection dialogs opened from this dialog, and null out the pointer 
 282     to this dialog. */
 283  static void
 284  edit_color_filter_destroy_cb(GObject *object, gpointer user_data _U_)
Show more  




Change Warning 162.27963 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: