CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/08 10:43:09
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Prevent a use-after-free access in case of a http redirect by also clearing
the conn->res pointer after calling freeaddrinfo().
OK tb@ (as part of a bigger diff)
