Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_statusbar.c:353

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

profile_bar_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_statusbar.c)expand/collapse
Show more  
 343  static void
 344  profile_bar_new(void)
 345  {
 346      GtkTooltips   *tooltips;
 347   
 348      tooltips = gtk_tooltips_new();
 349   
 350      profile_bar_event = gtk_event_box_new();
 351      profile_bar = gtk_statusbar_new();
 352      gtk_container_add(GTK_CONTAINER(profile_bar_event), profile_bar);
 353      g_signal_connect(profile_bar_event, "button_press_event", G_CALLBACK(profile_show_popup_cb), NULL);
 354      profile_ctx = gtk_statusbar_get_context_id(GTK_STATUSBAR(profile_bar), "profile");
 355      gtk_tooltips_set_tip (tooltips, profile_bar_event,
 356                            "Click to change configuration profile", NULL);
 357      profile_bar_update();
 358   
 359      gtk_widget_show(profile_bar);
 360      gtk_widget_show(profile_bar_event);
 361  }
 362   
 363   
Show more  




Change Warning 373.28345 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: