CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/31 11:02:47
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Don't use memcpy for struct bgpd_config, the pointers and lists in that
struct will most probably be wrong. Instead merge the sets and roa table
over by hand so that we know the data is correct and valid.
OK denis@ deraadt@
