[Bug 3639] server thread aborts during client login after receiving SSH2_MSG_KEXINIT due to ssh_sandbox_violation
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Dec 11 16:25:44 AEDT 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3639
--- Comment #22 from Damien Miller <djm at mindrot.org> ---
Created attachment 3774
--> https://bugzilla.mindrot.org/attachment.cgi?id=3774&action=edit
syscall dumper
Could you try building and running this program. E.g.
$ cc -o syscall syscall.c
$ ./syscall
$ strace -n ./syscall
This will tell you what the compiler thinks __NR_getpid is vs what the
actual syscall is.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list