]> git.cworth.org Git - fips/commitdiff
dlwrap: Fix dlwrap_real_dlopen to only perform dlsym-lookup once
authorCarl Worth <cworth@cworth.org>
Thu, 30 May 2013 19:55:26 +0000 (12:55 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 30 May 2013 20:09:58 +0000 (13:09 -0700)
Making the real_dlopen variable static means that we perform the dlysm
lookup only once and then re-use the result for later calls. This is
what was always intended for this code.


No differences found