quota: info leak in quota_getquota()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 1 Nov 2013 10:21:54 +0000 (13:21 +0300)
committerJan Kara <jack@suse.cz>
Mon, 4 Nov 2013 13:16:55 +0000 (14:16 +0100)
The if_dqblk struct has a 4 byte hole at the end of the struct so
uninitialized stack information is leaked to user space.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found