nixpkgs/pkgs/development/compilers/llvm/7
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 llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
compiler-rt-codesign.patch compiler-rt: quickfix codesign patch by dropping hunks 'already applied' 2018-09-23 13:30:17 -05:00
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 libcxxapi: don't produce shared libs on musl 2019-10-04 10:51:10 +02: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 llvm7: update musl patch for sanitizers 2018-09-24 11:19:05 -05:00