Date: Fri, 4 Oct 2002 13:19:36 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c Message-ID: <200210042019.g94KJaCL035304@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/10/04 13:19:36 PDT Modified files: sys/i386/i386 sys_machdep.c Log: Fix a bogon in previous commit. bcopy() from the malloc'd memory that we already copied into, rather than doing the bcopy() from the userland pointer. "Oops." Revision Changes Path 1.74 +1 -1 src/sys/i386/i386/sys_machdep.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?200210042019.g94KJaCL035304>