NetBSD-Bugs archive

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

PR/58041 CVS commit: src/tests/lib/libc/time



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58041 CVS commit: src/tests/lib/libc/time
Date: Sat, 16 Mar 2024 00:06:37 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Mar 16 00:06:37 UTC 2024
 
 Modified Files:
 	src/tests/lib/libc/time: t_strptime.c
 
 Log Message:
 strptime(3): Exercise some edge cases in the automatic tests.
 
 Unfortunately, we can't quite use strptime as a black box to detect
 the cases that triggered undefined behaviour, because strptime just
 fails in that case anyway since the number that would go in .tm_year
 is far out of the representable range.
 
 PR lib/58041
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/time/t_strptime.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