-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
purecap-kernel: Enforce stricter bounds in generic non-large malloc a…
…llocations Bounds are tightened in malloc and malloc_domainset to the requested size. Bounds aren't tightened in malloc_large (yet). Capabilities are rederived in free, zfree, realloc, when required, to restore the bounds of the underlying allocation, except in large allocations. Capabilities are rederived from the associated slab data pointer.
- Loading branch information
1 parent
8ec1032
commit 711b1e3
Showing
1 changed file
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters