[Bug 274198] ktrace: logs only one arg for symlink() call

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 04 Oct 2023 20:44:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274198

--- Comment #7 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
(In reply to Dmitry Chagin from comment #4)

Nothing strange here.
You can call:
ln -s '/nonexist/neverxist' /tmp/test
and it will write symlink to '/nonexist/neverxist'.
This is valid but broken symlink.

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