Date: Thu, 25 Feb 1999 01:52:47 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Message-ID: <199902250952.BAA51967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/02/25 01:52:47 PST Modified files: sys/ufs/ufs ufs_vnops.c Log: Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink and ip->nlink were different types, there was a masked overflow. Reported by: Mark Slemco <marcs@znep.com> Revision Changes Path 1.109 +5 -1 src/sys/ufs/ufs/ufs_vnops.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?199902250952.BAA51967>