Use reallocarray() instead of recallocarray(), this code does not need the
authorclaudio <claudio@openbsd.org>
Tue, 10 Sep 2024 08:37:52 +0000 (08:37 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 10 Sep 2024 08:37:52 +0000 (08:37 +0000)
commitc2b3ae36d499a4e66af4549410c1f29e6323565d
treedfa6a42edae0ae29f3bae4415b935a63b339264b
parenteb5f73a545c360a34ed0dc12750e0c52c1be0515
Use reallocarray() instead of recallocarray(), this code does not need the
extra security measures of recallocarray() which adds a lot of overhead.
OK tb@
usr.sbin/bgpd/rtr.c