Date: Mon, 25 Oct 1999 02:46:59 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vipw vipw.c Message-ID: <199910250946.CAA81874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 1999/10/25 02:46:59 PDT
Modified files:
usr.sbin/vipw vipw.c
Log:
Do not rely on malloc() to zero-fill allocated memory, since it is
not documented as doing so. This fixes a potential segmentation
violation.
PR: 14465
Reported by: Tony Finch <fanf@demon.net>
Revision Changes Path
1.11 +4 -3 src/usr.sbin/vipw/vipw.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910250946.CAA81874>
