ld.so.8: LD_PRELOAD-ed objects are added to link map in left-to-right order

Remove any doubt, in case the reader might wrongly think that
objects are added in reverse order (which would mean that the
last listed object would be added at the front of the link map).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-26 12:13:23 +01:00
parent 77d3af0a90
commit 7c9c45533b
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,8 @@ in other shared objects.
The items of the list can be separated by spaces or colons,
and there is no support for escaping either separator.
The objects are searched for using the rules given under DESCRIPTION.
Objects are searched for and added to the link map in the left-to-right
order specified in the list.
.IP
In secure-execution mode,
preload pathnames containing slashes are ignored.