[Bug 277060] pax(1) hangs when copying directories with a trailing slash
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 277060] pax(1) hangs in copy mode under certain conditions"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.