nixpkgs/pkgs/development/compilers/llvm/9
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
..
clang Merge pull request #77610 from LnL7/darwin-stdenv-python3 2020-01-15 09:24:57 +01:00
libc++ llvmPackages: python2 -> python3 2020-01-13 11:13:56 +01:00
bintools.nix
compiler-rt-codesign.patch
compiler-rt.nix llvmPackages: python2 -> python3 2020-01-13 11:13:56 +01:00
default.nix llvmPackages: python2 -> python3 2020-01-13 11:13:56 +01:00
fix-test-on-non-x86-like-others.patch llvm_9: fix test failing on non-x86, such as our aarch64 2019-09-20 22:08:05 -05:00
libc++abi.nix llvmPackages_9: 9.0.0 -> 9.0.1 2020-01-01 12:42:58 -06:00
libcxxabi-no-threads.patch
libcxxabi-wasm.patch
libunwind.nix llvmPackages_9: 9.0.0 -> 9.0.1 2020-01-01 12:42:58 -06:00
lld.nix llvmPackages_9: 9.0.0 -> 9.0.1 2020-01-01 12:42:58 -06:00
lldb-procfs.patch
lldb.nix llvmPackages: python2 -> python3 2020-01-13 11:13:56 +01:00
llvm-outputs.patch
llvm.nix treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH 2020-01-15 09:47:03 +01:00
openmp.nix llvmPackages_9: 9.0.0 -> 9.0.1 2020-01-01 12:42:58 -06:00
sanitizers-nongnu.patch