Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at iax2_analysis.c:2858

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

save_voice_as_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/iax2_analysis.c)expand/collapse
Show more  
 2847   
 2848          /*g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "wav_rb", wav_rb);*/
 2849          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "au_rb", au_rb);
 2850          /*g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "sw_rb", sw_rb);*/
 2851          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "raw_rb", raw_rb);
 2852          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "forward_rb", forward_rb);
 2853          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "reversed_rb", reversed_rb);
 2854          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "both_rb", both_rb);
 2855          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "user_data", user_data);
 2856   
 2857          g_signal_connect(user_data->dlg.save_voice_as_w, "delete_event",
 2858                           G_CALLBACK(window_delete_event_cb), NULL);
 2859          g_signal_connect(user_data->dlg.save_voice_as_w, "destroy",
 2860                           G_CALLBACK(save_voice_as_destroy_cb), user_data);
 2861   
 2862          gtk_widget_show(user_data->dlg.save_voice_as_w);
 2863          window_present(user_data->dlg.save_voice_as_w);
 2864   
 2865          /* "Run" the GtkFileChooserDialog.                                              */
 2866          /* Upon exit: If "Accept" run the OK callback.                                  */
 2867          /*            If the OK callback returns with a FALSE status, re-run the dialog.*/
 2868          /*            Destroy the window.                                               */
Show more  




Change Warning 671.28930 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: