Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at export_object.c:384

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  
 374          gtk_container_add(GTK_CONTAINER(sw), object_list->tree);
 375   
 376          selection = gtk_tree_view_get_selection(object_list->tree_view);
 377          g_signal_connect(selection, "changed", G_CALLBACK(eo_remember_row_num), object_list);
 378   
 379   
 380      bbox = dlg_button_row_new(GTK_STOCK_HELP, WIRESHARK_STOCK_SAVE_ALL, GTK_STOCK_SAVE_AS, GTK_STOCK_CANCEL, NULL);
 381   
 382          /* Help button */
 383      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 384          g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_EXPORT_OBJECT_LIST);
 385          gtk_tooltips_set_tip(GTK_TOOLTIPS(button_bar_tips), help_bt,
 386                               "Show help for this dialog.", NULL);
 387   
 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);
Show more  




Change Warning 222.28071 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: