From owner-cvs-all Fri Aug 6 22:34: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F2F4157A2; Fri, 6 Aug 1999 22:34:06 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA59051; Fri, 6 Aug 1999 22:33:43 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199908070533.WAA59051@freefall.freebsd.org> From: Brian Feldman Date: Fri, 6 Aug 1999 22:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_util.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/08/06 22:33:37 PDT Modified files: sys/i386/linux linux_util.h Log: We don't end up checking for a return value of EFAULT from the copyinstr() in the pathname translation procedure. This proves fatal, and can be easily fixed. This or a similar change needs to be committed to svr4_util.h and ibcs2_util.h. I will update ibcs2_util.h, if noone else thinks of a better way to do this, in the same manner. I will leave svr4 to the respective maintainer. This closes the problem of the only crash I've been able to produce as a user recently, except for (currently not-in-the-source tree) fd table sharing fixes. Thanks goes to pho for his stress-testers. Revision Changes Path 1.8 +12 -5 src/sys/i386/linux/linux_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message