Closed jlevon closed 8 months ago
Our previous fuzzing attempts missed this incorrect range check, but SPDK's fuzzing did catch it. Make the check using a saturating add so that we account for overflow.
Fixes issue #790.
Reported-by: Sebastian Brzezinka sebastian.brzezinka@intel.com Signed-off-by: John Levon john.levon@nutanix.com
Our previous fuzzing attempts missed this incorrect range check, but SPDK's fuzzing did catch it. Make the check using a saturating add so that we account for overflow.
Fixes issue #790.
Reported-by: Sebastian Brzezinka sebastian.brzezinka@intel.com Signed-off-by: John Levon john.levon@nutanix.com