sync ibuf_realloc() copy with libutil
authortb <tb@openbsd.org>
Wed, 28 Aug 2024 09:39:17 +0000 (09:39 +0000)
committertb <tb@openbsd.org>
Wed, 28 Aug 2024 09:39:17 +0000 (09:39 +0000)
commit78a26022dade46fc6b82c6dfc76169c1a4d0cf33
tree67e907e4c444bebe6a1e140b9840e80721129e27
parent36eb614eeac569371ae66ec52f7ed59719eef491
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
usr.sbin/rpki-client/io.c