Merge pull request #104052 from TredwellGit/nixos/malloc

nixos/malloc: fix Scudo
This commit is contained in:
Joachim F
2020-11-21 14:31:58 +00:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ let
};
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 = ''
A user-mode allocator based on LLVM Sanitizers CombinedAllocator,
which aims at providing additional mitigations against heap based