CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/21 15:12:04

Modified files:
        usr.sbin/rpki-client: http.c 

Log message:
Replace assert() with a graceful failure by aborting the http request.

An overlong HTTP line can fill the receive buffer to its max but then
http_get_line() would still return NULL trying to read more data.
Since the buffer is full the assert would trigger. Now the http request
is terminated.

Reported by Frank Denis
OK tb@

Reply via email to