Files
Darrick J. Wong 0fb823f1cf xfs: fix integer overflow in xrep_bmap
The variable declaration in this function predates the merge of the
nrext64 (aka 64-bit extent counters) feature, which means that the
variable declaration type is insufficient to avoid an integer overflow.
Fix that by redeclaring the variable to be xfs_extnum_t.

Coverity-id: 1630958
Fixes: 8f71bede8e ("xfs: repair inode fork block mapping data structures")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
2024-10-11 12:32:48 +02:00
..
2024-08-14 21:19:14 +05:30
2024-04-26 11:21:46 +05:30
2024-07-29 09:25:01 +05:30
2024-04-26 11:21:46 +05:30
2024-04-23 07:47:02 -07:00
2024-05-27 15:55:52 +05:30
2024-04-23 16:55:18 -07:00