CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/03/11 02:57:54
Modified files: usr.sbin/rpki-client: http.c Log message: Fix overflow protection check in the poll loop. The check needs to happen at the start of the loop and with i >= NPFDS. Reported by Martin Vahlensieck (openbsd (at) academicsolutions.ch) OK tb@