CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/04/02 07:35:36

Modified files:
        usr.sbin/relayd: relay_http.c 

Log message:
relayd: error check bsearch in relay_httperror_byid()

If relay_httperror_byid() is passed a HTTP error code not in the table
this would result in a NULL deref. The intent is that the code fall back
to "Unknown error" on NULL return.

>From Jan Schreiber

Reply via email to