Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at iax2_analysis.c:2189

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

save_csv_as_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/iax2_analysis.c)expand/collapse
Show more  
 2178                            (GtkAttachOptions) (GTK_FILL),
 2179                            (GtkAttachOptions) (0), 0, 0);
 2180   
 2181          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(both_rb), TRUE);
 2182   
 2183          g_object_set_data(G_OBJECT(user_data->dlg.save_csv_as_w), "forward_rb",  forward_rb);
 2184          g_object_set_data(G_OBJECT(user_data->dlg.save_csv_as_w), "reversed_rb", reversed_rb);
 2185          g_object_set_data(G_OBJECT(user_data->dlg.save_csv_as_w), "both_rb",     both_rb);
 2186          g_object_set_data(G_OBJECT(user_data->dlg.save_csv_as_w), "user_data",   user_data);
 2187   
 2188          g_signal_connect(user_data->dlg.save_csv_as_w, "delete_event",  
 2189                           G_CALLBACK(window_delete_event_cb), NULL);
 2190          g_signal_connect(user_data->dlg.save_csv_as_w, "destroy",
 2191                           G_CALLBACK(save_csv_as_destroy_cb), user_data);
 2192   
 2193          gtk_widget_show(user_data->dlg.save_csv_as_w);
 2194          window_present(user_data->dlg.save_csv_as_w);
 2195   
 2196          /* "Run" the GtkFileChooserDialog.                                              */
 2197          /* Upon exit: If "Accept" run the OK callback.                                  */
 2198          /*            If the OK callback returns with a FALSE status, re-run the dialog.*/
 2199          /*            Destroy the window.                                               */
Show more  




Change Warning 669.28923 : Dangerous Function Cast

Because they are very similar, this warning shares annotations with warning 669.29057.

Priority:
State:
Finding:
Owner:
Note: