Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:909

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  
 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 
 913      /* XXX - add this, once the Windows update functionality is implemented */
 914      /* topic updates */
 915      topic_vb = welcome_topic_new("Updates", &topic_to_fill);
 916      gtk_box_pack_start(GTK_BOX(column_vb), topic_vb, TRUE, TRUE, 0);
 917   
 918      label_text =  g_strdup("<span foreground=\"black\">No updates available!</span>");
 919      w = gtk_label_new(label_text);
Show more  




Change Warning 414.28389 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: