Merge pull request #104052 from TredwellGit/nixos/malloc
nixos/malloc: fix Scudo
This commit is contained in:
commit
547d660f64
|
@ -23,7 +23,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
scudo = {
|
scudo = {
|
||||||
libPath = "${pkgs.llvmPackages.compiler-rt}/lib/linux/libclang_rt.scudo-x86_64.so";
|
libPath = "${pkgs.llvmPackages_latest.compiler-rt}/lib/linux/libclang_rt.scudo-x86_64.so";
|
||||||
description = ''
|
description = ''
|
||||||
A user-mode allocator based on LLVM Sanitizer’s CombinedAllocator,
|
A user-mode allocator based on LLVM Sanitizer’s CombinedAllocator,
|
||||||
which aims at providing additional mitigations against heap based
|
which aims at providing additional mitigations against heap based
|
||||||
|
|
Loading…
Reference in New Issue