From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F25F4389366C; Thu, 20 Jun 2024 13:39:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F25F4389366C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718890779; bh=Fq5gEdmQVJ69uYAVm/Tyj3n9fdP9kyKEuHuWg50lGi0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q0WtoDSggozvGTKpubKmeGqXO8+r4GFP6xSpl+LTh+Kt0cbcHuKvceeLRlOppcihM ecq6tKl4W6+Wdndubxwatp2jNGRg44xrDgR44q+feg+yt6dhR0aZ1Yheo1WVU2bSRD YVgavm+9Z1zPQH2ZvCOcMIP6XRHuXFQR82AUwoSo= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libquadmath/114533] libquadmath: printf: fix misaligned access on args Date: Thu, 20 Jun 2024 13:39:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libquadmath X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114533 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Target Milestone|--- |11.5 --- Comment #18 from Jakub Jelinek --- Fixed for 11.5 as well.=