Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not read uninitialized memory for OOB elements. (#2739)
When the scan status is `SCAN_TILE_OOB`, uninitialized memory was ready from `d_tile_inclusive`. This adds a check that the status is actually `SCAN_TILE_INCLUSIVE` before reading from `d_tile_inclusive`. Fixes #1891.
- Loading branch information