CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/08 10:37:20
Modified files:
usr.sbin/rpki-client: mft.c roa.c
Log message:
The number of elements being processed is known upfront. So allocate the
storage needed outside of the loop. This reduces the number of recallocarray
calls.
OK tb@
