Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at rtp_stream_dlg.c:355

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

rtpstream_on_save

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/rtp_stream_dlg.c)expand/collapse
Show more  
 345                  "Wireshark: Save selected stream in rtpdump ('-F dump') format",
 346                  GTK_WINDOW(rtp_stream_dlg), GTK_FILE_CHOOSER_ACTION_SAVE,
 347                  GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
 348                  GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 349                  NULL);
 350  #if GTK_CHECK_VERSION(2,8,0)
 351          gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(rtpstream_save_dlg), TRUE);
 352  #endif
 353   
 354          g_signal_connect(rtpstream_save_dlg, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 355          g_signal_connect(rtpstream_save_dlg, "destroy", G_CALLBACK(save_stream_destroy_cb), NULL);
 356   
 357          gtk_widget_show(rtpstream_save_dlg);
 358          window_present(rtpstream_save_dlg);
 359  #if 0 
 360          if (gtk_dialog_run(GTK_DIALOG(rtpstream_save_dlg)) == GTK_RESPONSE_ACCEPT){
 361                  save_stream_ok_cb(rtpstream_save_dlg, rtpstream_save_dlg);
 362          }else{
 363                  window_destroy(rtpstream_save_dlg);
 364          }
 365  #endif
Show more  




Change Warning 763.29070 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: