Subject: CVS commit: src/regress/lib/libc/siginfo
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/12/2003 17:13:46
Module Name: src
Committed By: pk
Date: Sun Oct 12 17:13:46 UTC 2003
Modified Files:
src/regress/lib/libc/siginfo/sigchld: sigchld.c
src/regress/lib/libc/siginfo/sigsegv: sigsegv.c
Log Message:
Writing to address 0x5a5a5a5a does not guarantee a SIGSEGV on all platforms
(e.g. on sparc, this produces a BUSERR). Just use a NUL pointer instead.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/regress/lib/libc/siginfo/sigchld/sigchld.c
cvs rdiff -r1.2 -r1.3 src/regress/lib/libc/siginfo/sigsegv/sigsegv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.