diff options
author | Dan Rosenberg <dan.j.rosenberg@gmail.com> | 2010-09-06 22:24:57 (GMT) |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-09-10 12:39:28 (GMT) |
commit | a122eb2fdfd78b58c6dd992d6f4b1aaef667eef9 (patch) | |
tree | 754cbb6319fd3114c6aeb1bf456bf37cff699c69 /mm | |
parent | cc491e27d31f1bb3dacb309407b47d65669ceb9d (diff) | |
download | linux-fsl-qoriq-a122eb2fdfd78b58c6dd992d6f4b1aaef667eef9.tar.xz |
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@gmail.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions