Rich Felker a5d10eb1f5 make dlerror produce informative results
note that dlerror is specified to be non-thread-safe, so no locking is
performed on the error flag or message aside from the rwlock already
held by dlopen or dlsym. if 2 invocations of dlsym are generating
errors at the same time, they could clobber each other's results, but
the resulting string, albeit corrupt, will still be null-terminated.
any use of dlerror in such a situation could not be expected to give
meaningful results anyway.
2012-04-23 12:03:31 -04:00
..
2012-04-16 18:37:53 -04:00
2011-10-14 23:31:04 -04:00
2011-10-09 22:51:03 -04:00
2011-04-17 11:43:03 -04:00
2012-04-18 12:22:24 -04:00
2012-04-04 17:34:28 +02:00
2011-06-25 09:23:36 -04:00
2011-06-29 15:29:52 -04:00
2012-02-06 18:23:11 -05:00
2011-04-17 11:43:03 -04:00
2011-09-18 16:44:54 -04:00