Subject: Re: CVS commit: basesrc/libexec/ld.elf_so
To: Bang Jun-Young <junyoung@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 11/22/2002 13:51:39
Bang Jun-Young <junyoung@netbsd.org> writes:

> No, the old code also had the same bug. When a call is returned with
> a value less than 0, _rtld_relocate_objects() should immediately
> return with a value indicating an error (-1). As you see below, what's
> done is just to set ok to 0.

No.  As you can see the diff, before your change, an error is reported
to caller anyway, but you changed some error not to be reported.

Whether it is reported immediately or not is a differenet matter.

enami.