From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA669385841D; Tue, 4 Jul 2023 09:41:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA669385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688463678; bh=UJUns//LHAx2f6zl7TvEMo0bLTGwj4OFEH8ZFLSxOJ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fDHDw23QX4D33gYD0tMsPwXUsr53haIA5FxkcPUEL/xRitwgUn3IwGS7yfeLLoRd8 Yd7gzgl1rIqsTb/X0hrmjHoB6P1GeU2005AqTcgwRyxUIr+M9Fbqza2ZUJeJs/rSxz iZ0/DrmlJRW48EY07fXxLUl29Gc4BxW5nQi7qJ5k= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/30584] initstate and initstate_r crash when the state argument is unaligned Date: Tue, 04 Jul 2023 09:41:18 +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: schwab@linux-m68k.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: 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=3D30584 --- Comment #3 from Andreas Schwab --- This is inherited from BSD, which documents that the state array needs to be uint32_t aligned. --=20 You are receiving this mail because: You are on the CC list for the bug.=