On Fri, Aug 12, 2016 at 11:34:42AM -0700, Ngie Cooper wrote:
>
> > On Aug 12, 2016, at 11:29, Konstantin Belousov <k...@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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"