Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/doc Ticket 10667.



details:   https://anonhg.NetBSD.org/src/rev/92f0a359fcb0
branches:  netbsd-2
changeset: 564503:92f0a359fcb0
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Aug 11 04:54:55 2006 +0000

description:
Ticket 10667.

diffstat:

 doc/CHANGES-2.2 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 44600b525a9e -r 92f0a359fcb0 doc/CHANGES-2.2
--- a/doc/CHANGES-2.2   Fri Aug 11 04:49:17 2006 +0000
+++ b/doc/CHANGES-2.2   Fri Aug 11 04:54:55 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.2,v 1.1.2.65 2006/08/06 20:17:07 tron Exp $
+#      $NetBSD: CHANGES-2.2,v 1.1.2.66 2006/08/11 04:54:55 riz Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.2 
 release
@@ -805,3 +805,11 @@
        arround. This fixes PR kern/33637.
        [bouyer, ticket #10644]
 
+lib/libc/arch/i386/sys/__sigtramp2.S           1.2
+
+       Fix PR 34112, where a program could mysteriously exit on return from a
+       signal handler, by deriving the context pointer from the stack pointer
+       instead of trying to read it from where the sigaction function may have
+       overwritten it with arbitrary bits.
+       [jld, ticket #10667]
+



Home | Main Index | Thread Index | Old Index