]> git.ipfire.org Git - thirdparty/libtool.git/commit
Don't load module.la from current directory by default.
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sat, 14 Nov 2009 19:52:24 +0000 (13:52 -0600)
committerPeter O'Gorman <peter@pogma.com>
Sun, 15 Nov 2009 20:20:07 +0000 (14:20 -0600)
commit472f309d078dec8e24259aaff697f5f730f5efef
tree3adafe401cb3cdb8770c762d3d00af6c66ec3c78
parent64da075aba6488dadca1b110d961dcf1ad125f15
Don't load module.la from current directory by default.

* libltdl/ltdl.c (try_dlopen): Do not attempt to load an
unqualified module.la file from the current directory (by
default) since doing so is insecure and is not compliant with
the documentation.
* tests/testsuite.at: Qualify access to module.la file in
current directory so that test passes.
ChangeLog
libltdl/ltdl.c
tests/testsuite.at