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: Tue, 28 Nov 2023 00:27:05 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Nov 28 00:27:05 UTC 2023
 
 Modified Files:
 	src/tests/lib/libpthread: t_stack.c
 
 Log Message:
 libpthread/t_stack: Fix format string for size_t.
 
 Tested this on i386 since that had been crashing before, but i386
 doesn't see %zu for unsigned int as a problem.
 
 PR lib/57721
 
 XXX pullup-10
 XXX pullup-9
 XXX pullup-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 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