[Bug 15466] 'realpath -- /tmp' non-compliant with upcoming POSIX
bugzilla at busybox.net
bugzilla at busybox.net
Wed Mar 22 13:13:14 UTC 2023
https://bugs.busybox.net/show_bug.cgi?id=15466
--- Comment #1 from Eric Blake <eblake at redhat.com> ---
Similarly, POSIX still requires 'readlink -- /foo' and 'readlink /foo' to
behave identically. This is implemented correctly when FEATURE_READLINK_FOLLOW
is enabled (as a side effect of accepting the POSIX-mandated -n), but fails
when the feature is disabled (that branch of the code should probably use
single_argv(), similarly to how coreutils/dirname.c was patched).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list