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
..
2020-01-11 12:53:08 -08:00
2020-01-13 21:35:19 +00:00
2020-01-15 09:23:28 +01:00
2019-09-06 02:54:53 +02:00
2019-11-02 13:36:21 -07:00
2020-01-06 07:39:25 -03:00
2019-07-22 18:50:57 -04:00
2020-01-04 11:48:18 +00:00