Date: Wed, 27 Oct 2004 17:11:43 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/amd64/sys brk.S Message-ID: <200410271711.i9RHBhgC004586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004-10-27 17:11:43 UTC FreeBSD src repository Modified files: lib/libc/amd64/sys brk.S Log: Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! This causes nasty things like SEGV or a cpu spin when we return. Submitted by: "James R. Van Artsalen" <james@jrv.org> Revision Changes Path 1.13 +1 -0 src/lib/libc/amd64/sys/brk.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410271711.i9RHBhgC004586>