NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59370 CVS commit: src/lib/libc/compat/arch/sparc64/gen
The following reply was made to PR port-sparc64/59370; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59370 CVS commit: src/lib/libc/compat/arch/sparc64/gen
Date: Mon, 28 Apr 2025 18:15:53 +0000
Module Name: src
Committed By: martin
Date: Mon Apr 28 18:15:53 UTC 2025
Modified Files:
src/lib/libc/compat/arch/sparc64/gen: compat_setjmp.S
Log Message:
PR 59370: compat_13: since we do not initialize the %o0 slot in jmpbuf
in setjmp() we need to store the full 64bit argument from longjmp()
there, otherwise the upper 32bit will be random garbage.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/arch/sparc64/gen/compat_setjmp.S
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