Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at ansi_map_stat.c:326

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

ansi_map_stat_gtk_win_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/ansi_map_stat.c)expand/collapse
Show more  
 316      gtk_container_add(GTK_CONTAINER(dlg_p->scrolled_win), dlg_p->table);
 317   
 318      /* Button row. */
 319      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 320          gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 321   
 322      bt_close = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 323   
 324      window_set_cancel_button(dlg_p->win, bt_close, window_cancel_button_cb);
 325   
 326      g_signal_connect(dlg_p->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 327      g_signal_connect(dlg_p->win, "destroy", G_CALLBACK(ansi_map_stat_gtk_win_destroy_cb), dlg_p);
 328   
 329      gtk_widget_show_all(dlg_p->win);
 330      window_present(dlg_p->win);
 331  }
 332   
 333   
 334  static void
 335  ansi_map_stat_gtk_cb(
 336      GtkWidget           *w _U_,
Show more  




Change Warning 587.28681 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: