Skip to content
Commit 3cd8ce3b authored by Anders Kaseorg's avatar Anders Kaseorg Committed by Frederik Rietdijk
Browse files

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: default avatarAnders Kaseorg <andersk@mit.edu>
parent 2e5051e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment