Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at expert_comp_dlg.c:347

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

expert_comp_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/expert_comp_dlg.c)expand/collapse
Show more  
 337      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, GTK_STOCK_HELP, NULL);
 338      gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 339   
 340      close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 341      window_set_cancel_button(ss->win, close_bt, window_cancel_button_cb);
 342   
 343      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 344      g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_EXPERT_INFO_DIALOG);
 345      gtk_tooltips_set_tip (tooltips, help_bt, "Show topic specific help", NULL);
 346   
 347      g_signal_connect(ss->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 348      g_signal_connect(ss->win, "destroy", G_CALLBACK(win_destroy_cb), ss);
 349   
 350      gtk_widget_show_all(ss->win);
 351      window_present(ss->win);
 352   
 353      /*
 354       * At least at present, the only information the tap listener appears 
 355       * to care about is available regardless of whether the protocol tree 
 356       * is being built, so we don't appear to need to have the protocol 
 357       * tree built.
Show more  




Change Warning 620.28799 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: