Re: svn commit: r299502 - head/lib/libc/tests/nss

2016-05-11 Thread Ngie Cooper
On Wed, May 11, 2016 at 7:32 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu May 12 02:32:23 2016 > New Revision: 299502 > URL: https://svnweb.freebsd.org/changeset/base/299502 > > Log: > nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliases > > h_aliases is a NULL-te

svn commit: r299502 - head/lib/libc/tests/nss

2016-05-11 Thread Conrad E. Meyer
Author: cem Date: Thu May 12 02:32:23 2016 New Revision: 299502 URL: https://svnweb.freebsd.org/changeset/base/299502 Log: nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliases h_aliases is a NULL-terminated rather than fixed-length array. nitems() is not a valid wa