CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/02 11:10:12
Modified files:
usr.sbin/rpki-client: http.c
Log message:
In http_connect() if the connect was actually successful break out of the
for loop. Also in http_finish_connect() if the connect was successful
cleanup the addrinfo struct. It is no longer needed.
Found with deraadt@
