Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at graph_analysis.c:587

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/graph_analysis.c)expand/collapse
Show more  
 577  #endif
 578          save_to_file_w =  
 579                  gtk_file_chooser_dialog_new("Wireshark: Save graph to plain text file",
 580                                              GTK_WINDOW(user_data->dlg.window),
 581                                              GTK_FILE_CHOOSER_ACTION_SAVE,
 582                                              GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
 583                                              GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 584                                              NULL);
 585   
 586          g_signal_connect(save_to_file_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 587          g_signal_connect(save_to_file_w, "destroy", G_CALLBACK(save_to_file_destroy_cb), NULL);
 588   
 589          gtk_widget_show(save_to_file_w);
 590          window_present(save_to_file_w);
 591   
 592          /* "Run" the GtkFileChooserDialog.                                              */
 593          /* Upon exit: If "Accept" run the OK callback.                                  */
 594          /*            If the OK callback returns with a FALSE status, re-run the dialog.*/
 595          /*            Destroy the window.                                               */
 596          /* XXX: If the OK callback pops up an alert box (eg: for an error) it *must*    */
 597          /*      return with a TRUE status so that the dialog window will be destroyed.  */
Show more  




Change Warning 297.28205 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: