lkml.org 
[lkml]   [2013]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] quota: info leak in quota_getquota()
On Fri 01-11-13 13:21:54, Dan Carpenter wrote:
> 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>
Thanks. I've merged the patch into my tree.

Honza
>
> diff --git a/fs/quota/quota.c b/fs/quota/quota.c
> index dea86e8..2b363e2 100644
> --- a/fs/quota/quota.c
> +++ b/fs/quota/quota.c
> @@ -117,6 +117,7 @@ static int quota_setinfo(struct super_block *sb, int type, void __user *addr)
>
> static void copy_to_if_dqblk(struct if_dqblk *dst, struct fs_disk_quota *src)
> {
> + memset(dst, 0, sizeof(*dst));
> dst->dqb_bhardlimit = src->d_blk_hardlimit;
> dst->dqb_bsoftlimit = src->d_blk_softlimit;
> dst->dqb_curspace = src->d_bcount;
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR


\
 
 \ /
  Last update: 2013-11-04 15:01    [W:0.036 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site