From a0d7758359413019fb9abf94c46721982a6bd656 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 21 Feb 2024 20:00:29 +0100 Subject: [PATCH] Cygwin: strptime: add release note Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/3.5.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.5.1 b/winsup/cygwin/release/3.5.1 index f3983c450..efea5ae2f 100644 --- a/winsup/cygwin/release/3.5.1 +++ b/winsup/cygwin/release/3.5.1 @@ -23,3 +23,6 @@ Fixes: - Fix gettimeofday not checking for a NULL pointer Addresses: https://cygwin.com/pipermail/cygwin/2024-February/255473.html + +- Fix two bugs in strptime, error checking of invalid numerical input and + %p handling. -- 2.11.4.GIT