xfs: underflow bug in xfs_attrlist_by_handle()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 31 Oct 2013 18:00:10 +0000 (21:00 +0300)
committerBen Myers <bpm@sgi.com>
Tue, 10 Dec 2013 15:59:37 +0000 (09:59 -0600)
commit31978b5cc66b8ba8a7e8eef60b12395d41b7b890
tree77d24804c4e53b726d459b79a0b9850fe90c8c52
parentdc1ccc48159d63eca5089e507c82c7d22ef60839
xfs: underflow bug in xfs_attrlist_by_handle()

If we allocate less than sizeof(struct attrlist) then we end up
corrupting memory or doing a ZERO_PTR_SIZE dereference.

This can only be triggered with CAP_SYS_ADMIN.

Reported-by: Nico Golde <nico@ngolde.de>
Reported-by: Fabian Yamaguchi <fabs@goesec.de>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
(cherry picked from commit 071c529eb672648ee8ca3f90944bcbcc730b4c06)
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl32.c