CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/29 05:10:51
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
community_ext_delete_non_trans() allocates new memory in all cases where
nlen > 0. So in those cases it is important to free() that memory after
use in all cases.
OK phessler@
