Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at bootp_stat.c:263

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

dhcpstat_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/bootp_stat.c)expand/collapse
Show more  
 253                  return ;
 254          }
 255   
 256          /* Button row. */
 257          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 258          gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 259   
 260          bt_close = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 261          window_set_cancel_button(sp->win, bt_close, window_cancel_button_cb);
 262   
 263          g_signal_connect(sp->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 264          g_signal_connect(sp->win, "destroy", G_CALLBACK(win_destroy_cb), sp);
 265   
 266          gtk_widget_show_all(sp->win);
 267   
 268          window_present(sp->win);
 269   
 270          cf_retap_packets(&cfile, FALSE);
 271          gdk_window_raise(sp->win->window);
 272  }
 273   
Show more  




Change Warning 589.29255 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: