CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/31 02:31:56
Modified files:
usr.sbin/rpki-client: filemode.c
Log message:
rpki-client: plug a leak in filemode
When displaying an rsync:// uri, filemode would load the file into the
buf pointer which is never freed. Surprisingly, various static analysis
tools fail to notice this.
ok job
