Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:895

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

welcome_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_welcome.c)expand/collapse
Show more  
 885      gtk_box_pack_start(GTK_BOX(welcome_hb), column_vb, TRUE, TRUE, 0);
 886   
 887      /* topic online */
 888      topic_vb = welcome_topic_new("Online", &topic_to_fill);
 889      gtk_box_pack_start(GTK_BOX(column_vb), topic_vb, TRUE, TRUE, 0);
 890   
 891      item_hb = welcome_button(GTK_STOCK_HOME,
 892          "Website",
 893                  "Visit the project's website",
 894          topic_online_url(ONLINEPAGE_HOME),
 895          G_CALLBACK(topic_menu_cb), GINT_TO_POINTER(ONLINEPAGE_HOME));
 896      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 897   
 898      item_hb = welcome_button(GTK_STOCK_HELP,
 899          "User's Guide",
 900                  "The User's Guide (local version, if installed)",
 901          "Locally installed (if installed) otherwise online version",
 902          G_CALLBACK(topic_menu_cb), GINT_TO_POINTER(HELP_CONTENT));
 903      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 904   
 905      item_hb = welcome_button(WIRESHARK_STOCK_WIKI,
Show more  




Change Warning 422.28397 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: