CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/03 22:33:56
Modified files:
bin/pax : pat_rep.c
Log message:
pax: Ensure when removing ".." path components extra slashes are also
removed.
A specially constructed archive could trick pax into extracting outside
of the working directory. This also fixes a string ending in a compoment
of exactly ".." reading one past the NUL.
ok millert@
