From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D8A73858C33; Mon, 19 Dec 2022 18:56:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D8A73858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671476212; bh=RlGSDjuJWE14DwLKsphPP+GbOXt0wkddWkybJKOfM/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mMgV0vsm/KhO8p3wcgiAlqltedNqw9KoHZr3sQ8Uc5ENXihNW5pf4Y8AG+GlhNgc9 A1NpnENTdedXGgMrnS/Z9rO45oaztzCLoYuvFZRIGBw/nj0FqcCZu9+UQvCoSIatA2 NUbUpF9jcCC01i6whkZ9mHFh/0vpbP0PZnubCyiQ= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/27857] swprintf does not output a null character when output would be too long Date: Mon, 19 Dec 2022 18:56:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Version: 2.33 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27857 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D118816de3383ff12769= 349784689141355cc787c commit 118816de3383ff12769349784689141355cc787c Author: Florian Weimer Date: Mon Dec 19 18:56:55 2022 +0100 libio: Convert __vswprintf_internal to buffers (bug 27857) Always null-terminate the buffer and set E2BIG if the buffer is too small. This fixes bug 27857. Reviewed-by: Adhemerval Zanella --=20 You are receiving this mail because: You are on the CC list for the bug.=