svn commit: r304011 - head/libexec/rtld-elf

Konstantin Belousov kostikbel at gmail.com
Fri Aug 12 18:36:46 UTC 2016


On Fri, Aug 12, 2016 at 11:34:42AM -0700, Ngie Cooper wrote:
> 
> > On Aug 12, 2016, at 11:29, Konstantin Belousov <kib at FreeBSD.org> wrote:
> > 
> > Author: kib
> > Date: Fri Aug 12 18:29:11 2016
> > New Revision: 304011
> > URL: https://svnweb.freebsd.org/changeset/base/304011
> > 
> > Log:
> >  Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.
> 
> Why?
Because the API is unusable.  It causes full queue iteration when the object
is NULL, i.e. at the end of the queue, instead of doing nothing.


More information about the svn-src-all mailing list