In article <[EMAIL PROTECTED]>, Alexander N. Kabaev
<[EMAIL PROTECTED]> wrote:

> I think dymanic loader should clear it's error_string variable
> before returning success to the caller.

I don't think it is allowed to do that.  See the SUSv2 description:

    http://www.opengroup.org/onlinepubs/007908799/xsh/dlerror.html

> I am halfway done preparing the patch to do that. Is that the bug
> you mentioned or there is something else?

The bug is that when I implemented support for RTLD_DEFAULT, I made
a mistake and set the dlerror string in a place where I shouldn't
have set it.

John


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to