[Bug 277060] pax(1) hangs when copying directories with a trailing slash

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 21 Jun 2024 15:40:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277060

Warner Losh <imp@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |imp@FreeBSD.org

--- Comment #3 from Warner Losh <imp@FreeBSD.org> ---
Why
+               if ((spt == NULL) || (*(spt + 1) == '\0'))
and not
+               if ((spt == NULL) || *spt == '/'))

???

-- 
You are receiving this mail because:
You are the assignee for the bug.