Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix C++ sized deallocation check false positive
This is a compatibility issue triggered when both slab canaries and the C++ allocator overloads providing sized deallocation checks are enabled. The boundary where slab allocations are turned into large allocations due to not having room for the canary in the largest slab allocation size class triggers a false positive in the sized deallocation check.
- Loading branch information