CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/12 08:54:18
Modified files:
usr.sbin/rpki-client: io.c
Log message:
io_read_buf() abused the ibuf internal rpos which is no longer allowed.
This is now just a simple wrapper around ibuf_get().
OK tb@
