From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3F3B3858C2C; Thu, 25 Jan 2024 16:52:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3F3B3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706201542; bh=Lz77zGDYiPX7dj3l5Fje/PnbsTUw+44k79Wn1UlxVf8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gKsTFP9Nd6HWfgjRM7HxRdqxWOOubG4+VJlI9CNAWwHfTL5C5jrse5m0sm++F7LOV YyB8KSgJTpWqHEBDo5gm3Ub4c4XcS4JZP1PVfvZshj+DxzYOeZEYK4AFYOn7f1uof0 0JkyNV5XMZ1y/6bOYDBVSZ6AiHbCPC13gFBiKXCE= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31286] glibc 2.36: Aliasing violation in libio/iovdprintf.c before refactor to internal buffers Date: Thu, 25 Jan 2024 16:52:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31286 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com --- Comment #3 from Florian Weimer --- _IO_new_fdopen has a similar problem: off64_t new_pos =3D _IO_SYSSEEK (&new_f->fp.file, 0, _IO_seek_end); --=20 You are receiving this mail because: You are on the CC list for the bug.=