]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
vfs: fix compat_sys_stat() handling of overflows in st_nlink
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Feb 2012 01:56:29 +0000 (20:56 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 14 Feb 2012 01:45:39 +0000 (20:45 -0500)
commitfcf83067bf6eb101a35620d752bd559d473cfbaa
treea34e89f84bea5bd9193ed12bc49361950bba03a8
parentdcdbed853d9fbb0547b781ba676049b87f54129a
vfs: fix compat_sys_stat() handling of overflows in st_nlink

Massaged cp_compat_stat() into form closer to cp_new_stat(); the only
real issue had been in handling of st_nlink overflows - native 32bit
stat(2) returns -EOVERFLOW in such situations, compat one silently
loses upper bits.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/compat.c