CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/02/10 04:10:40
Modified files: usr.sbin/rpki-client: http.c Log message: Free conn->last_modified before overwriting it with strdup(). If it was set, this would leak 30 bytes. ok claudio