Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at radius_stat.c:349

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

gtk_radiusstat_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/radius_stat.c)expand/collapse
Show more  
 339          }
 340   
 341          /* Button row. */
 342          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 343          gtk_box_pack_start(GTK_BOX(rs->vbox), bbox, FALSE, FALSE, 0);
 344   
 345          bt_close = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 346          window_set_cancel_button(rs->win, bt_close, window_cancel_button_cb);
 347   
 348          g_signal_connect(rs->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 349          g_signal_connect(rs->win, "destroy", G_CALLBACK(win_destroy_cb), rs);
 350   
 351          gtk_widget_show_all(rs->win);
 352          window_present(rs->win);
 353   
 354          cf_retap_packets(&cfile, FALSE);
 355          gdk_window_raise(rs->win->window);
 356  }
 357   
 358  static tap_dfilter_dlg radius_srt_dlg = {
 359          "RADIUS Service Response Time (SRT) Statistics",
Show more  




Change Warning 733.29027 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: