Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at progress_dlg.c:217

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

create_progress_dlg

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/progress_dlg.c)expand/collapse
Show more  
 207   
 208      cancel_bt = g_object_get_data(G_OBJECT(bbox), terminate_is_stop ? GTK_STOCK_STOP :
 209                                  GTK_STOCK_CANCEL);
 210      gtk_widget_grab_default(cancel_bt);
 211   
 212      /*
 213       * Allow user to either click the "Cancel"/"Stop" button, or 
 214       * the close button on the window, to stop an operation in 
 215       * progress.
 216       */
 217      g_signal_connect(cancel_bt, "clicked", G_CALLBACK(stop_cb), stop_flag);
 218      g_signal_connect(dlg_w, "delete_event", G_CALLBACK(delete_event_cb), stop_flag);
 219   
 220      gtk_widget_show_all(dlg_w);
 221   
 222      dlg->dlg_w = dlg_w;
 223   
 224      g_get_current_time(&dlg->start_time);
 225      memset(&dlg->last_time, 0, sizeof(dlg->last_time));
 226   
 227      g_free(task_title_dup);
Show more  




Change Warning 500.28508 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: