NetBSD-Bugs archive

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

PR/57946 CVS commit: src/lib/libc/arch/arm/gen



The following reply was made to PR lib/57946; it has been noted by GNATS.

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57946 CVS commit: src/lib/libc/arch/arm/gen
Date: Mon, 6 May 2024 06:57:32 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Mon May  6 06:57:32 UTC 2024
 
 Modified Files:
 	src/lib/libc/arch/arm/gen: setjmp.S
 
 Log Message:
 arm longjmp: Restore stack first, then signal mask.
 
 Otherwise, a pending signal may be delivered on the wrong stack when
 we restore the signal mask.
 
 While here:
 
 - Move the botched sp and lr tests earlier.
 
 PR lib/57946
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/arm/gen/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