K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-06-10T15:42:17.187904Z K 7 svn:log V 262 MFC r299502: r299502 (by cem): 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 way to determine its end; instead, check for NULL. CID: 1346578 END