From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id B5CD13858418; Wed, 21 Feb 2024 19:03:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5CD13858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708542200; bh=YDA9Yq9yGR/qch4oF0moA7dYWmTq2MwJyMFqLk/Edgc=; h=From:To:Subject:Date:From; b=blq7De4I9erDAW7OmpGJkzvtdGEZ9CjLDuoNHIz4CEnUF8O9KAMiD9gYXuWpnX1T1 dKPwkYRF52im2GXUP44CO+Ybea6lUxi5xUgXqYjPxLnYAMo48kr75soXq5v26oEYf0 Cu9GZpo+B0meEl29+QPIkgVU1bMxYYKFkcIVOSPc= 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/cygwin-3_5-branch] Cygwin: strptime: add release note X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: 4fe5b1d77bc60d2a44c7fcd9a0b7d66d0035cdea X-Git-Newrev: 83967aa244a88f54a38b4bce6aa7c25e48e6c87f Message-Id: <20240221190320.B5CD13858418@sourceware.org> Date: Wed, 21 Feb 2024 19:03:20 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D83967aa244a= 88f54a38b4bce6aa7c25e48e6c87f commit 83967aa244a88f54a38b4bce6aa7c25e48e6c87f Author: Corinna Vinschen AuthorDate: Wed Feb 21 20:00:29 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Feb 21 20:00:59 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.