From a32537ed35620ece2bc868506fc56da1a71b6a2b Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Mon, 30 Sep 1996 19:19:23 +0000 Subject: Fix random memory overwrite bug --- mail/popper/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/popper/files/patch-aa b/mail/popper/files/patch-aa index a2bc69cc4267..b42436e71f8c 100644 --- a/mail/popper/files/patch-aa +++ b/mail/popper/files/patch-aa @@ -152,7 +152,7 @@ { + #if defined(BSD) && (BSD >= 199306) + /* Check password change and expire times before granting access */ -+ time_t now = time(); ++ time_t now = time((time_t *) NULL); + + if ((pw->pw_change && now > pw->pw_change) || + (pw->pw_expire && now > pw->pw_expire)) -- cgit v1.2.3