Skip to content
Commit 3a3675b7 authored by Dan Rosenberg's avatar Dan Rosenberg Committed by Alex Elder
Browse files

xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1



The FSGEOMETRY_V1 ioctl (and its compat equivalent) calls out to
xfs_fs_geometry() with a version number of 3.  This code path does not
fill in the logsunit member of the passed xfs_fsop_geom_t, leading to
the leaking of four bytes of uninitialized stack data to potentially
unprivileged callers.

v2 switches to memset() to avoid future issues if structure members
change, on suggestion of Dave Chinner.

Signed-off-by: default avatarDan Rosenberg <drosenberg@vsecurity.com>
Reviewed-by: default avatarEugene Teo <eugeneteo@kernel.org>
Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
parent d8204a37
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment