From owner-cvs-all Sun Oct 10 1:38:39 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 08F2D151D9; Sun, 10 Oct 1999 01:38:35 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA95949; Sun, 10 Oct 1999 01:38:35 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910100838.BAA95949@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Oct 1999 01:38:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/gen setjmp.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/10 01:38:35 PDT Modified files: lib/libc/i386/gen setjmp.S Log: \begin{quote} setjmp() gets the jmp_buf pointer from the wrong place (the place where the return address is) in the shlib case, and uses it (only) to fetch the current signal mask to address (return_address + 28). This address is normally read-only (I hope), so the sigprocmask() call has no effect except to return an error code. \end{quote} Submitted by: bde Revision Changes Path 1.11 +3 -3 src/lib/libc/i386/gen/setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message