CVSROOT: /cvs Module name: src Changes by: mb...@cvs.openbsd.org 2022/11/07 15:48:35
Modified files: usr.sbin/bgpd : rde.c Log message: Fix a memory leak in the error path of rde_dump_ctx_new. ctx is leaked in case of an allocation in prefix_dump_new, prefix_dump_subtree, rib_dump_new, or rib_dump_subtree fails. Found by CodeChecker. OK claudio@