CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/08/28 03:39:17
Modified files: usr.sbin/rpki-client: io.c Log message: sync ibuf_realloc() copy with libutil This pulls in an overflow check and the change from recallocarray() to realloc(). claudio tells me that we might soon get rid of this copy. ok claudio