Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 8 Aug 2014 00:55:11 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] fix dlerror when using dlopen with a static libc

On Thu, Aug 07, 2014 at 05:49:29PM +0200, Clément Vasseur wrote:
> when the dynamic loader is disabled, dlopen fails correctly but dlerror
> did not return a human readable error string like it should have.

Committed. I also followed up with a related change for dlsym (which
could legitimately be used, even if dlopen never succeeds, to search
for symbols in the global namespace or RTLD_NEXT).

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.