From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id C6C92385840C; Wed, 21 Feb 2024 19:03:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6C92385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708542205; bh=1BCinNKYT53h3X/EC5tVfRebVuy7Gi5Jz5bxATZdr7M=; h=From:To:Subject:Date:From; b=Q6PWMC4B4cr5SVhS88SzLIS48tKEHLe2kcWlddEde7MMwvq/ASd3sAa+xIPBxMrul SXClmPa+kJlKlMrrFQYE0QobjYX8gGlDrwPS4Gj57GkTjuUXvqb+Iejavidv+GBBdf pdxmfiiH5Rf18+d9pvCmVBJp2R35tckWfj9AAn28= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: strptime: add release note X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 585855eef8639e6066bb7c12753deed33a6018b4 X-Git-Newrev: a0d7758359413019fb9abf94c46721982a6bd656 Message-Id: <20240221190325.C6C92385840C@sourceware.org> Date: Wed, 21 Feb 2024 19:03:25 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Da0d77583594= 13019fb9abf94c46721982a6bd656 commit a0d7758359413019fb9abf94c46721982a6bd656 Author: Corinna Vinschen AuthorDate: Wed Feb 21 20:00:29 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Feb 21 20:00:29 2024 +0100 Cygwin: strptime: add release note =20 Signed-off-by: Corinna Vinschen Diff: --- 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 f3983c450dd9..efea5ae2f1cf 100644 --- a/winsup/cygwin/release/3.5.1 +++ b/winsup/cygwin/release/3.5.1 @@ -23,3 +23,6 @@ Fixes: =20 - 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.