Module Name: src
Committed By: riz
Date: Tue Jun 12 23:19:02 UTC 2012
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1773
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-5.0.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.77 src/doc/CHANGES-5.0.3:1.1.2.78
--- src/doc/CHANGES-5.0.3:1.1.2.77 Tue Jun 12 20:44:47 2012
+++ src/doc/CHANGES-5.0.3 Tue Jun 12 23:19:01 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.77 2012/06/12 20:44:47 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.78 2012/06/12 23:19:01 riz Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -3063,3 +3063,10 @@ sys/arch/amd64/include/frameasm.h patch
value before entering the trap handler.
[spz, ticket #1772]
+sys/arch/amd64/amd64/machdep.c 1.184 via patch
+sys/arch/amd64/amd64/netbsd32_machdep.c 1.77 via patch
+
+ If the user process provided a bogus signal handler address, kill it
+ now instead of trying to jump to the bogus address.
+ [spz, ticket #1773]
+