]> 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>
Mon, 16 Nov 2009 02:50:02 +0000 (20:50 -0600)
commite91f7b960032074a55fc91273c1917e3082b5338
tree45beb65208314a3d13c3c0dd1642caa94831d5de
parent3580cddcea7eec5c07cf69e8adbe14ccf94dccc1
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