public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/29203] New: daemon is not y2038 aware
@ 2022-05-31 10:53 adhemerval.zanella at linaro dot org
  2022-05-31 10:55 ` [Bug libc/29203] " adhemerval.zanella at linaro dot org
  2022-06-01 16:26 ` adhemerval.zanella at linaro dot org
  0 siblings, 2 replies; 3+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-05-31 10:53 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29203

            Bug ID: 29203
           Summary: daemon is not y2038 aware
           Product: glibc
           Version: 2.34
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: adhemerval.zanella at linaro dot org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

It still uses the internal non-y2038 interface for stat:

                if ((fd = __open_nocancel(_PATH_DEVNULL, O_RDWR, 0)) != -1
                    && (__builtin_expect (__fstat64 (fd, &st), 0)
                        == 0)) {
                        if (__builtin_expect (S_ISCHR (st.st_mode), 1) != 0
#if defined DEV_NULL_MAJOR && defined DEV_NULL_MINOR
                            && (st.st_rdev
                                == makedev (DEV_NULL_MAJOR, DEV_NULL_MINOR))
#endif
                            ) {

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-01 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 10:53 [Bug libc/29203] New: daemon is not y2038 aware adhemerval.zanella at linaro dot org
2022-05-31 10:55 ` [Bug libc/29203] " adhemerval.zanella at linaro dot org
2022-06-01 16:26 ` adhemerval.zanella at linaro dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).