nixpkgs/pkgs/build-support
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
..
2019-12-30 04:50:37 +01:00
2019-11-23 21:28:01 +01:00
2019-11-23 19:49:56 +01:00
2019-12-02 22:44:33 +00:00
2019-06-23 22:20:10 +02:00
2019-09-04 22:46:42 +00:00
2019-08-28 11:07:32 +00:00
2019-07-10 08:02:14 -07:00
2019-12-08 21:03:39 +01:00
2019-12-14 09:32:34 +01:00