Date: Sun, 22 Oct 2000 11:35:12 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sig.c Message-ID: <200010221835.LAA78198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2000/10/22 11:35:12 PDT Modified files: lib/libc_r/uthread uthread_sig.c Log: We use ___setjmp (non-signal saving) to setup a signal frame. When adding a signal frame to a thread, be sure to label the context correctly so we don't restore an uninitialized process mask. Reported by: kimc@W8HD.ORG and Andrey Rouskol <anry@sovintel.ru> Revision Changes Path 1.28 +2 -2 src/lib/libc_r/uthread/uthread_sig.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?200010221835.LAA78198>