nixos/malloc: unpin LLVM for Scudo
This was using `llvmPackages_latest` before that became an alias.
This commit is contained in:
parent
529489ffd3
commit
01e8f570c6
@ -52,7 +52,7 @@ let
|
||||
or (throw "scudo not supported on ${pkgs.stdenv.hostPlatform.system}");
|
||||
in
|
||||
{
|
||||
libPath = "${pkgs.llvmPackages_14.compiler-rt}/lib/linux/libclang_rt.scudo-${systemPlatform}.so";
|
||||
libPath = "${pkgs.llvmPackages.compiler-rt}/lib/linux/libclang_rt.scudo-${systemPlatform}.so";
|
||||
description = ''
|
||||
A user-mode allocator based on LLVM Sanitizer’s CombinedAllocator,
|
||||
which aims at providing additional mitigations against heap based
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user