Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc/libexec/ld.elf_so



Bang Jun-Young <junyoung%netbsd.org@localhost> 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.



Home | Main Index | Thread Index | Old Index