Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at export_object.c:398

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

export_object_window

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/export_object.c)expand/collapse
Show more  
 388          /* Save All button */
 389      save_all_bt = g_object_get_data(G_OBJECT(bbox), WIRESHARK_STOCK_SAVE_ALL);
 390          g_signal_connect(save_all_bt, "clicked", G_CALLBACK(eo_save_all_clicked_cb),
 391                         object_list);
 392          gtk_tooltips_set_tip(GTK_TOOLTIPS(button_bar_tips), save_all_bt,
 393                               "Save all listed objects with their displayed "
 394                               "filenames.", NULL);
 395   
 396          /* Save As button */
 397      save_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_SAVE_AS);
 398          g_signal_connect(save_bt, "clicked", G_CALLBACK(eo_save_clicked_cb), object_list);
 399          gtk_tooltips_set_tip(GTK_TOOLTIPS(button_bar_tips), save_bt,
 400                               "Saves the currently selected content to a file.",
 401                               NULL);
 402   
 403          /* Cancel button */
 404      cancel_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CANCEL);
 405          gtk_tooltips_set_tip(GTK_TOOLTIPS(button_bar_tips), cancel_bt,
 406                               "Cancel this dialog.", NULL);
 407   
 408   
Show more  




Change Warning 220.28069 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: