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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 01 Oct 2023 17:55:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274198

Ivan Rozhuk <rozhuk.im@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rozhuk.im@gmail.com

--- Comment #1 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
Created attachment 245356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245356&action=edit
patch

This fixes for me:
...
 69857 ln       CALL  symlink(0x7fffffffed86,0x7fffffffdde0)
 69857 ln       NAMI  "/root"
 69857 ln       NAMI  "/tmp//root"
 69857 ln       RET   symlink 0
 69857 ln       CALL  exit(0)


but as far I understand same issue with link() syscall.

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