Commit Graph

4 Commits

Author SHA1 Message Date
Solene Rapenne
922b173bf3 libstrangle: 0.1.1 -> unstable-202202022 2022-04-29 09:24:20 -05:00
jakobrs
b0ff7414c2 libstrangle: 2017-02-22 -> 0.1.1 2021-01-14 07:36:01 +01:00
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
Kirill Boltaev
979710b4a0 libstrangle: init at 2017-02-22 2019-07-15 22:49:32 +03:00