CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/03/18 09:40:45

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

Log message:
Avoid NULL access in http_parse_uri()

A malformed URI such as "https://[::1/index.html"; causes a NULL access
in the hosttail[1] == ":" check.

ok claudio

Reply via email to