xfs: fix bounds check in xfs_defer_agfl_block()
mainline inclusion from mainline-v6.4-rc6 commit 2bed0d82 category: bugfix bugzilla: 188883, https://gitee.com/openeuler/kernel/issues/I76JSK CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2bed0d82c2f78b91a0a9a5a73da57ee883a0c070 -------------------------------- Need to happen before we allocate and then leak the xefi. Found by coverity via an xfsprogs libxfs scan. [djwong: This also fixes the type of the @agbno argument.] Fixes: 7dfee17b ("xfs: validate block number being freed before adding to xefi") Signed-off-by:Dave Chinner <dchinner@redhat.com> Reviewed-by:
Christoph Hellwig <hch@lst.de> Reviewed-by:
Darrick J. Wong <djwong@kernel.org> Signed-off-by:
Darrick J. Wong <djwong@kernel.org> Signed-off-by:
Long Li <leo.lilong@huawei.com> Conflicts: fs/xfs/libxfs/xfs_alloc.c
Loading
Please sign in to comment