Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:572

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

welcome_if_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_welcome.c)expand/collapse
Show more  
 562      GtkWidget *interface_hb;
 563      GtkWidget *w;
 564      GString   *message;
 565      GtkWidget *eb;
 566   
 567   
 568      /* event box */
 569      eb = gtk_event_box_new();
 570      gtk_widget_modify_bg(eb, GTK_STATE_NORMAL, &topic_item_idle_bg);
 571   
 572      g_signal_connect(eb, "enter-notify-event", G_CALLBACK(welcome_item_enter_cb), NULL);
 573      g_signal_connect(eb, "leave-notify-event", G_CALLBACK(welcome_item_leave_cb), NULL);
 574      g_signal_connect(eb, "button-press-event", G_CALLBACK(welcome_if_press_cb), interf);
 575   
 576      interface_hb = gtk_hbox_new(FALSE, 5);
 577      gtk_container_add(GTK_CONTAINER(eb), interface_hb);
 578   
 579      /* icon */
 580      w = capture_get_if_icon(if_info);
 581      gtk_box_pack_start(GTK_BOX(interface_hb), w, FALSE, FALSE, 5);
 582   
Show more  




Change Warning 413.28388 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: