CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/12 22:38:42
Modified files:
usr.sbin/rpki-client: repo.c
Log message:
rpki-client: fix incomplete strncmp() check
The directory path in rp->repouri doesn't end in a '/' itself, so check
that the uri containing an unused file points at something below it.
Pointed out by Frank Denis
ok claudio job
