-/* $OpenBSD: print.c,v 1.31 2014/01/09 03:07:52 guenther Exp $ */
+/* $OpenBSD: print.c,v 1.32 2014/05/06 20:55:10 tedu Exp $ */
/* $NetBSD: print.c,v 1.15 1996/12/11 03:25:39 thorpej Exp $ */
/*
if (dp->entries > lastentries) {
FTSENT **a;
- if ((a = realloc(array, dp->entries * sizeof(FTSENT *))) ==
+ if ((a = reallocarray(array, dp->entries, sizeof(FTSENT *))) ==
NULL) {
free(array);
array = NULL;