public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug network/29210] New: ruserpass is not y2038 aware
@ 2022-05-31 15:33 adhemerval.zanella at linaro dot org
  2022-06-01 16:27 ` [Bug network/29210] " adhemerval.zanella at linaro dot org
  0 siblings, 1 reply; 2+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-05-31 15:33 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 29210
           Summary: ruserpass is not y2038 aware
           Product: glibc
           Version: 2.34
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: adhemerval.zanella at linaro dot org
  Target Milestone: ---

The check for .netrc still uses non-y2038 internal interfaces:

175                 case PASSWD:
176                         if (strcmp(*aname, "anonymous") &&                  
177                             __fstat64(fileno(cfile), &stb) >= 0 &&          
178                             (stb.st_mode & 077) != 0) {

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

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

* [Bug network/29210] ruserpass is not y2038 aware
  2022-05-31 15:33 [Bug network/29210] New: ruserpass is not y2038 aware adhemerval.zanella at linaro dot org
@ 2022-06-01 16:27 ` adhemerval.zanella at linaro dot org
  0 siblings, 0 replies; 2+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-06-01 16:27 UTC (permalink / raw)
  To: glibc-bugs

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

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.36
         Resolution|---                         |FIXED
           Assignee|unassigned at sourceware dot org   |adhemerval.zanella at linaro dot o
                   |                            |rg
             Status|NEW                         |RESOLVED

--- Comment #1 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Fixed on 2.36.

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 15:33 [Bug network/29210] New: ruserpass is not y2038 aware adhemerval.zanella at linaro dot org
2022-06-01 16:27 ` [Bug network/29210] " 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).