Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Ensure no overflow in ContainBlockStoreAddress (#76532)
The offset here can be a "base" address due to various JIT transformations so we should ensure the range [offset, offset+size) does not overflow. Fix #76506
- Loading branch information