[XFS updates] XFS development tree branch, for-linus, updated. v2.6.34-19476-ga122eb2
xfs at oss.sgi.com
xfs at oss.sgi.com
Fri Sep 10 08:05:23 CDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, for-linus has been updated
a122eb2 xfs: prevent reading uninitialized stack memory
from cb7a93412ab52361bc255cbe2c767e0741c09f43 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a122eb2fdfd78b58c6dd992d6f4b1aaef667eef9
Author: Dan Rosenberg <dan.j.rosenberg at gmail.com>
Date: Mon Sep 6 18:24:57 2010 -0400
xfs: prevent reading uninitialized stack memory
The XFS_IOC_FSGETXATTR ioctl allows unprivileged users to read 12
bytes of uninitialized stack memory, because the fsxattr struct
declared on the stack in xfs_ioc_fsgetxattr() does not alter (or zero)
the 12-byte fsx_pad member before copying it back to the user. This
patch takes care of it.
Signed-off-by: Dan Rosenberg <dan.j.rosenberg at gmail.com>
Reviewed-by: Eric Sandeen <sandeen at redhat.com>
Signed-off-by: Alex Elder <aelder at sgi.com>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/linux-2.6/xfs_ioctl.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
XFS development tree
More information about the xfs
mailing list