Index: /server/common/oursrc/nss_nonlocal/configure.ac
===================================================================
--- /server/common/oursrc/nss_nonlocal/configure.ac	(revision 799)
+++ /server/common/oursrc/nss_nonlocal/configure.ac	(revision 800)
@@ -1,3 +1,3 @@
-AC_INIT([nss_nonlocal], [1.7], [andersk@mit.edu])
+AC_INIT([nss_nonlocal], [1.8], [andersk@mit.edu])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
Index: /server/common/oursrc/nss_nonlocal/nonlocal-group.c
===================================================================
--- /server/common/oursrc/nss_nonlocal/nonlocal-group.c	(revision 799)
+++ /server/common/oursrc/nss_nonlocal/nonlocal-group.c	(revision 800)
@@ -474,5 +474,5 @@
 			newsize = limit;
 		}
-		newgroups = realloc(*groupsp, *size * sizeof((*groupsp)[0]));
+		newgroups = realloc(*groupsp, newsize * sizeof((*groupsp)[0]));
 		if (newgroups == NULL) {
 		    *errnop = ENOMEM;
Index: /server/fedora/specs/nss_nonlocal.spec
===================================================================
--- /server/fedora/specs/nss_nonlocal.spec	(revision 799)
+++ /server/fedora/specs/nss_nonlocal.spec	(revision 800)
@@ -2,5 +2,5 @@
 Group: System Environment/Libraries
 Name: nss_nonlocal
-Version: 1.7
+Version: 1.8
 Release: 0
 URL: http://debathena.mit.edu/nss_nonlocal/
