NetBSD-Bugs archive

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

PR/57721 CVS commit: src/tests/lib/libpthread



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57721 CVS commit: src/tests/lib/libpthread
Date: Mon, 27 Nov 2023 22:18:29 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Nov 27 22:18:29 UTC 2023
 
 Modified Files:
 	src/tests/lib/libpthread: t_stack.c
 
 Log Message:
 libpthread/t_stack: Appease gcc12 maybe-uninitialized warning.
 
 The jmp_buf is not, in fact, uninitialized at the point of use, but
 it doesn't hurt to narrow the scope a bit to between when the jmp_buf
 is initialized by setjmp, and when the signal handler might be called
 after sigaction.
 
 Noted by prlw1.
 
 PR lib/57721
 
 XXX pullup-10
 XXX pullup-9
 XXX pullup-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libpthread/t_stack.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