On Wed, Dec 22, 2021 at 02:35:14AM -0700, Claudio Jeker wrote: > CVSROOT: /cvs > Module name: src > Changes by: clau...@cvs.openbsd.org 2021/12/22 02:35:14 > > Modified files: > usr.sbin/rpki-client: extern.h http.c main.c print.c repo.c > rrdp.c rsync.c > > Log message: > Replace two questionable size_t types. For the repo id use a unsigned int > and for the roa maxlength use unsigned char (like the prefixlen in struct > ip_addr). > With input and OK job@
Regress is not happy: ==== run-regress-test-http ==== ./test-http https://jigsaw.w3.org/HTTP/TE/foo.txt foo.txt test-http: Cannot allocate memory test-http: read: unexpected end of file *** Error 1 in libressl (Makefile:15 'run-regress-test-http') FAILED