From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7A8E385781F; Tue, 22 Mar 2022 18:21:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7A8E385781F From: "dj at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug stdio/28989] __snprintf_chk bounds check is too strict Date: Tue, 22 Mar 2022 18:21:14 +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.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dj at redhat dot com X-Bugzilla-Status: NEW 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: cc 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2022 18:21:15 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28989 dj at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dj at redhat dot com --- Comment #4 from dj at redhat dot com --- I would argue that if you passed a length beyond the buffer, "knowing it wi= ll fit", you might as well use sprintf instead. The major point of snprintf i= s to prevent buffer overflows, so any diagnostic to that effect - whether throug= h a realized error or predictive - is IMHO acceptable. Perhaps the wording of = the diagnostic could be more useful if it's predictive, though. *** possible buffer overflow detected - length exceeds buffer *** --=20 You are receiving this mail because: You are on the CC list for the bug.=