Source-Changes archive

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

CVS commit: src/regress/lib/libc/siginfo



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.




Home | Main Index | Thread Index | Old Index