https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257960

Aaditya Singh <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Aaditya Singh <[email protected]> ---
I have made a Github PR to try fixing this bug
[https://github.com/freebsd/freebsd-src/pull/2041]

It uses stat() to check if the entire string exists as a file. If so, use it
directly without splitting.
If the full string is not a valid file, fall back to splitting at the
right-most colon using strrchr().

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

Reply via email to