Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:875

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  
 865      file_child_box = gtk_vbox_new(FALSE, 1);
 866      /* 17 file items or 300 pixels height is about the size */
 867      /* that still fits on a screen of about 1000*700 */
 868      welcome_file_panel_vb = scroll_box_dynamic_new(GTK_BOX(file_child_box), 17, 300);
 869      gtk_box_pack_start(GTK_BOX(topic_to_fill), welcome_file_panel_vb, FALSE, FALSE, 0);
 870   
 871      item_hb = welcome_button(WIRESHARK_STOCK_WIKI,
 872          "Sample Captures",
 873                  "A rich assortment of example capture files on the wiki",
 874          topic_online_url(ONLINEPAGE_SAMPLE_CAPTURES),
 875          G_CALLBACK(topic_menu_cb), GINT_TO_POINTER(ONLINEPAGE_SAMPLE_CAPTURES));
 876      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 877   
 878      /* fill bottom space */
 879      w = gtk_label_new("");
 880      gtk_box_pack_start(GTK_BOX(topic_to_fill), w, TRUE, TRUE, 0);
 881   
 882   
 883      /* column online */
 884      column_vb = gtk_vbox_new(FALSE, 10);
 885      gtk_box_pack_start(GTK_BOX(welcome_hb), column_vb, TRUE, TRUE, 0);
Show more  




Change Warning 421.28396 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: