Don't read past end of pattern in fnmatch (BZ17062)
https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b3a9f56ba59c3d8eadd3135a1c25c37a63151450
(stanshebs, backport)
+
+nss/tst-nss-getpwent.c
+ Work around b/34251679 by restricting to nss_files module
+ (stanshebs, google-local)
uid_t first_uid = 0;
char *last_name = NULL;
uid_t last_uid = 0;
+
+ // Google local: restrict to nss_files module, avoids b/34251679 in nss_cache
+ __nss_configure_lookup("passwd", "files");
+
setpwent ();
while ((pw = getpwent ()) != NULL)
{