From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C4B28385840E; Mon, 3 Jul 2023 08:03:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4B28385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688371438; bh=4ZgMsSaVo7iG/J/S/URXVAgedZDxGGtEjxjDXTkMDqc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SWKoIA4NrYQx0Ia6pcovob+1GXWeiOzpVVTpLRG3rlT5GQx/8U/AKkM157RZc7ZPo TL/h3/rc6pYv+BWiyL5uL7WO1Ns3+g3LEHmc9Z1wSW7gNzmgpRubxt5QWYnaH9m0FT Vl9qdv6UI+2VKCbMTTVR3tIzsig2NLRVyiP/65m0= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/14697] Behavior of exit is nonconformant with respect to threads and stdio Date: Mon, 03 Jul 2023 08:03:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org 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: security- 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=3D14697 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Andreas Schwab : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Daf130d27099651e0d27= b2cf2cfb44dafd6fe8a26 commit af130d27099651e0d27b2cf2cfb44dafd6fe8a26 Author: Andreas Schwab Date: Tue Jan 30 10:16:00 2018 +0100 Always do locking when accessing streams (bug 15142, bug 14697) Now that abort no longer calls fflush there is no reason to avoid locki= ng the stdio streams anywhere. This fixes a conformance issue and potenti= al heap corruption during exit. --=20 You are receiving this mail because: You are on the CC list for the bug.=