-
-
Notifications
You must be signed in to change notification settings - Fork 96
Issues: GrapheneOS/hardened_malloc
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Build issue on Rocky Linux 9 aarch64
arch-arm64
bug
Something isn't working
building
#228
opened Nov 8, 2023 by
flawedworld
add support for aborting on recoverable errors to match previous port of OpenBSD malloc and Scudo
enhancement
New feature or request
#115
opened Sep 9, 2020 by
thestinger
randomize guard slab interleaving
enhancement
New feature or request
security
#83
opened Jun 29, 2019 by
thestinger
optimize slab_size_class for N_ARENA > 1 by making ARENA_SIZE into a power of 2
enhancement
New feature or request
performance
#76
opened Mar 25, 2019 by
thestinger
add a minimum delay to free slabs reuse
enhancement
New feature or request
security
#55
opened Oct 13, 2018 by
thestinger
randomize initial slab use
enhancement
New feature or request
needs-threat-model
security
#54
opened Oct 13, 2018 by
thestinger
randomize empty slabs use
enhancement
New feature or request
needs-threat-model
security
#53
opened Oct 13, 2018 by
thestinger
randomize partial slabs use
enhancement
New feature or request
needs-threat-model
security
#52
opened Oct 13, 2018 by
thestinger
harden realloc against undefined races from other threads
enhancement
New feature or request
security
#39
opened Sep 8, 2018 by
thestinger
add optional custom mutex to reduce overhead and spin for a few iterations before using futex
enhancement
New feature or request
performance
#38
opened Sep 7, 2018 by
thestinger
optimize the implementation based on libc integration by avoiding dynamic initialization
enhancement
New feature or request
extension
performance
#36
opened Sep 6, 2018 by
thestinger
consider switching from hash table for large allocations to an arena-based red-black tree to satisfy range requests for malloc_object_size
enhancement
New feature or request
extension
security
#35
opened Sep 5, 2018 by
thestinger
use popcount + PDEP for uniform random slot selection on x86 for Haswell and later
arch-x86_64
enhancement
New feature or request
performance
security
#26
opened Aug 30, 2018 by
thestinger
improve malloc_object_size for large allocations
enhancement
New feature or request
extension
security
#22
opened Aug 29, 2018 by
thestinger
ProTip!
Add no:assignee to see everything that’s not assigned.