Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:219

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

welcome_button

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_welcome.c)expand/collapse
Show more  
 209      item_hb = gtk_hbox_new(FALSE, 1);
 210   
 211      /* event box (for background color and events) */
 212      eb = gtk_event_box_new();
 213      gtk_container_add(GTK_CONTAINER(eb), item_hb);
 214      gtk_widget_modify_bg(eb, GTK_STATE_NORMAL, &topic_item_idle_bg);
 215      if(tooltip != NULL) {
 216          gtk_tooltips_set_tip(tooltips, eb, tooltip, "");
 217      }
 218   
 219      g_signal_connect(eb, "enter-notify-event", G_CALLBACK(welcome_item_enter_cb), NULL);
 220      g_signal_connect(eb, "leave-notify-event", G_CALLBACK(welcome_item_leave_cb), NULL);
 221      g_signal_connect(eb, "button-press-event", G_CALLBACK(callback), callback_data);
 222   
 223      /* icon */
 224      w = gtk_image_new_from_stock(stock_item, GTK_ICON_SIZE_LARGE_TOOLBAR);
 225      gtk_box_pack_start(GTK_BOX(item_hb), w, FALSE, FALSE, 5);
 226   
 227      text_vb = gtk_vbox_new(FALSE, 3);
 228   
 229      /* title */
Show more  




Change Warning 407.28382 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: