From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 832DB3858C39; Tue, 9 Apr 2024 06:56:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 832DB3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712645764; bh=ovxkCeTycdTCrzWU34gx1UozSF6+KXmIxfA1k3hgpE8=; h=From:To:Subject:Date:From; b=hr8IKPIxWwKaWvjYi/DkosAKpierrrC1hEOhkehyaHAJ+Muq76VyWuiRALjAolZX2 kEJRDf8l2qGQtReGaPRlRVZMrv1wY121YnYy2bMSwVx4duva19z/lIFJ1Px7R4wVzL hqWHgXWDBBpqtwVrYx+0/6duHX+9KZpRDsWfEDRA= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31621] New: struct utmp, struct utmpx, struct lastlog may change size in time64 mode Date: Tue, 09 Apr 2024 06:56:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.40 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: fweimer at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D31621 Bug ID: 31621 Summary: struct utmp, struct utmpx, struct lastlog may change size in time64 mode Product: glibc Version: 2.40 Status: NEW Severity: normal Priority: P2 Component: libc Assignee: fweimer at redhat dot com Reporter: fweimer at redhat dot com CC: drepper.fsp at gmail dot com Target Milestone: --- On i386 and other architectures, struct sizes change with -D_TIME_BITS=3D64= . This should not happen because these structs describe file formats in /var/log, = and the system processes that maintain them are likely built without -D_TIME_BITS=3D64. --=20 You are receiving this mail because: You are on the CC list for the bug.=