Pass RTLD_NOW, not RTLD_LAZY, to dlopen.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 20 Jun 2013 15:18:19 +0000 (15:18 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 20 Jun 2013 15:18:21 +0000 (15:18 +0000)
commitb9e6f50da1fccf908bf486898a1f92b3522bf3a6
tree1adb13c269e48d91e2eaa5ad21f48f7c79b2db34
parent36f27499f0d8d96deb4f15744f982bed801cf345
Pass RTLD_NOW, not RTLD_LAZY, to dlopen.

Let dlopen fail recoverably if there are missing symbols, rather than
aborting the hapless process when it tries to use them later.
src/microcode/pruxdld.c