linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ld.so.8: Explain than empty entry in LD_LIBRARY_PATH means cwd
@ 2020-06-23 22:59 Arkadiusz Drabczyk
  2020-06-25  7:16 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Arkadiusz Drabczyk @ 2020-06-23 22:59 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

If this was ever going to change the test case is very simple:

/tmp $ touch libc.so.6
/tmp $ LD_LIBRARY_PATH=: sh
sh: error while loading shared libraries: libc.so.6: file too short

Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
---
 man8/ld.so.8 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 9034612..2e98b7f 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -319,6 +319,7 @@ A list of directories in which to search for
 ELF libraries at execution time.
 The items in the list are separated by either colons or semicolons,
 and there is no support for escaping either separator.
+A zero-length directory name indicates the current working directory.
 .IP
 This variable is ignored in secure-execution mode.
 .IP
-- 
2.9.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-25  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23 22:59 [PATCH] ld.so.8: Explain than empty entry in LD_LIBRARY_PATH means cwd Arkadiusz Drabczyk
2020-06-25  7:16 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).