Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at rtp_analysis.c:2895

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

on_save_bt_clicked

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/rtp_analysis.c)expand/collapse
Show more  
 2884          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "au_rb", au_rb);
 2885          /*g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "sw_rb", sw_rb);*/
 2886          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "raw_rb", raw_rb);
 2887          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "forward_rb", forward_rb);
 2888          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "reversed_rb", reversed_rb);
 2889          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "both_rb", both_rb);
 2890          g_object_set_data(G_OBJECT(user_data->dlg.save_voice_as_w), "user_data", user_data);
 2891   
 2892          g_signal_connect(user_data->dlg.save_voice_as_w, "delete_event",
 2893                          G_CALLBACK(window_delete_event_cb), NULL);
 2894          g_signal_connect(user_data->dlg.save_voice_as_w, "destroy",
 2895                          G_CALLBACK(save_voice_as_destroy_cb), user_data);
 2896   
 2897          gtk_widget_show(user_data->dlg.save_voice_as_w);
 2898          window_present(user_data->dlg.save_voice_as_w);
 2899   
 2900          /* "Run" the GtkFileChooserDialog.                                              */
 2901          /* Upon exit: If "Accept" run the OK callback.                                  */
 2902          /*            If the OK callback returns with a FALSE status, re-run the dialog.*/
 2903          /*            Destroy the window.                                               */
 2904          /* XXX: If the OK callback pops up an alert box (eg: for an error) it *must*    */
 2905          /*      return with a TRUE status so that the dialog window will be destroyed.  */
Show more  




Change Warning 752.29058 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: