[Bug 3206] sftp client(32bit) chown command does not support uid >LONG_MAX

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Oct 2 15:16:28 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3206

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3447
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3447&action=edit
Use long long for chown uid

This seems to fix it.  On an i386 before:

sftp> chown 2147483648 /tmp/t
You must supply a numeric argument to the chown command.

and after:

sftp> chown 2147483648 /tmp/t
Changing owner on /tmp/t
sftp> exit

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list