nixpkgs/pkgs/development/compilers/llvm/8
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 llvmPackages: python2 -> python3 2020-01-13 11:13:56 +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
crtbegin-and-end.patch llvmPackages_{7,8}.compiler-rt: update crtbegin-and-end.patch 2019-03-20 13:26:49 -05:00
default.nix llvmPackages: python2 -> python3 2020-01-13 11:13:56 +01:00
libc++abi.nix treewide: name -> pname 2019-08-17 10:54:38 +00:00
libcxxabi-no-threads.patch wasm: init cross target 2019-04-23 21:48:57 -04:00
libcxxabi-wasm.patch libcxxabi: apply libcxxabi-wasm patch 2019-04-23 21:48:58 -04:00
libunwind.nix treewide: name -> pname 2019-08-17 10:54:38 +00:00
lld.nix treewide: name -> pname 2019-08-17 10:54:38 +00:00
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 treewide: name -> pname 2019-08-17 10:54:38 +00:00
sanitizers-nongnu.patch