Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:902

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  
 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,
 906          "Security",
 907                  "Work with Wireshark as securely as possible",
 908          topic_online_url(ONLINEPAGE_SECURITY),
 909          G_CALLBACK(topic_menu_cb), GINT_TO_POINTER(ONLINEPAGE_SECURITY));
 910      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 911   
 912  #if 0 
Show more  




Change Warning 415.28390 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: