Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at proto_hier_stats_dlg.c:411

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

proto_hier_stats_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/proto_hier_stats_dlg.c)expand/collapse
Show more  
 401      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, GTK_STOCK_HELP, NULL);
 402      gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 403      gtk_widget_show(bbox);
 404   
 405      close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 406      window_set_cancel_button(dlg, close_bt, window_cancel_button_cb);
 407   
 408      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 409      g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_STATS_PROTO_HIERARCHY_DIALOG);
 410   
 411      g_signal_connect(dlg, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 412   
 413      gtk_widget_show_all(dlg);
 414      window_present(dlg);
 415  }
 416   
 417  /*
 418   * Editor modelines
 419   *
 420   * Local Variables:
 421   * c-basic-offset: 4 
Show more  




Change Warning 512.28522 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: