mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-09-19 19:24:39 -04:00
Remove the optional slub_debug
parameter since it is no longer recommended
This commit is contained in:
parent
99038c7a06
commit
48e1ac4163
2 changed files with 0 additions and 12 deletions
|
@ -78,9 +78,6 @@ configuration file.
|
|||
- Disable merging of slabs with similar size which reduces the risk of
|
||||
triggering heap overflows and limits influencing slab cache layout.
|
||||
|
||||
- Provides option to enable sanity checks and red zoning via slab debugging.
|
||||
Not reccommened due to implicit disabling of kernel pointer hashing.
|
||||
|
||||
- Enable Memory zeroing at both allocation and free time which mitigate some
|
||||
use-after-free vulnerabilities by erasing sensitive information in memory.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue