From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 523793858429; Mon, 6 May 2024 23:36:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 523793858429 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715038588; bh=NvYO64qn+Ve+Q8s1/S3w2nBKrz1AFGiLDPXBjC9S5YE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n4wcOi82jZpccr/RgNyDdaXCPozt63YCaL3gCA1suosVesE2uZN7vrniyJ9ok2duQ NV2nsIyDlQtVqOa9v10NjuuIBKgEU+OtWTvcTFZVmbso6D7mFc7PMiDWYPQyf0y/bZ JRzULyuEljsmQ6DuqKzUs0g5qLbbLZbaK2BUhscM= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug time/30701] getutxent misbehaves on 32-bit x86 when _TIME_BITS=64 Date: Mon, 06 May 2024 23:36:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.40 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=3D30701 --- Comment #9 from Florian Weimer --- On 32-bit platforms long int and int32_t are compatible, so this is not the= ABI change. The ABI change only happens for -D_TIME_BITS=3D64 (or rather, it no longer happens relative to -D_TIME_BITS=3D32), and it is not visible to libabigail analysis because of the way libc.so.6 is built. --=20 You are receiving this mail because: You are on the CC list for the bug.=