From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 343B03849AC9; Fri, 3 May 2024 07:29:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 343B03849AC9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714721368; bh=NlyeRwrXyuW1FF2sufN3kmZS00Omhbd/ufbcE7pFtAE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m/Zo1ZX/hPPeKBjjNYzf7iqwyU+X4Pcf3YPw/I8va3tc59z/nfyGPqvg7fCF3cdE2 GjkxQjxwcFsaVFDU26Owso2f+aTg9bc8I069kdyk34tBfGvCXE7KqiewFOylfHzgaF 14J+JqGcss8ZFx3optvr8XikeGfXy7INzpJNi1BI= 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: Fri, 03 May 2024 07:29: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: resolution target_milestone bug_status 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 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |2.40 Status|ASSIGNED |RESOLVED --- Comment #6 from Florian Weimer --- Fixed for 2.40 via: commit 9abdae94c7454c45e02e97e4ed1eb1b1915d13d8 Author: Florian Weimer Date: Fri Apr 19 14:38:17 2024 +0200 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) These structs describe file formats under /var/log, and should not depend on the definition of _TIME_BITS. This is achieved by defining __WORDSIZE_TIME64_COMPAT32 to 1 on 32-bit ports that support 32-bit time_t values (where __time_t is 32 bits). Reviewed-by: Adhemerval Zanella Backported to all branches with time64 support, up to and including 2.34. --=20 You are receiving this mail because: You are on the CC list for the bug.=