On 8 January 2013 10:55, Timo Teräs <[email protected]> wrote: > The current code for dlsym() when invoked with RTLD_NEXT lookup > searches for the module where it's being called from, and executes the > _dl_find_hash only for the next module in the chain. However, if the > looked symbol is not there, the rest of the modules are not checked. > > Generally this is not a problem as symbols are merged for the parent > modules; so this affects only RTLD_NEXT. > > This patch adds a loop iterating through all the following modules.
applied, thanks! PS: missing end-tag in your SOB line. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
