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

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

            Bug ID: 29212
           Summary: gconv_parseconfdir 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 non-y2038 internal interfaces:

157           if (len > strlen (suffix)
158               && strcmp (ent->d_name + len - strlen (suffix), suffix) == 0)
159             {
160               char *conf;
161               struct stat64 st;
162               if (asprintf (&conf, "%s/%s", buf, ent->d_name) < 0)
163                 continue;
164 
165               if (ent->d_type != DT_UNKNOWN
166                   || (lstat64 (conf, &st) != -1 && S_ISREG (st.st_mode)))
167                 found |= read_conf_file (conf, dir, dir_len);
168

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

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

* [Bug libc/29212] gconv_parseconfdir is not y2038 aware
  2022-05-31 15:41 [Bug libc/29212] New: gconv_parseconfdir is not y2038 aware adhemerval.zanella at linaro dot org
@ 2022-05-31 15:53 ` adhemerval.zanella at linaro dot org
  2022-06-01 16:28 ` adhemerval.zanella at linaro dot org
  2022-06-01 17:21 ` adhemerval.zanella at linaro dot org
  2 siblings, 0 replies; 4+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-05-31 15:53 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |adhemerval.zanella at linaro dot o
                   |                            |rg

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

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

* [Bug libc/29212] gconv_parseconfdir is not y2038 aware
  2022-05-31 15:41 [Bug libc/29212] New: gconv_parseconfdir is not y2038 aware adhemerval.zanella at linaro dot org
  2022-05-31 15:53 ` [Bug libc/29212] " adhemerval.zanella at linaro dot org
@ 2022-06-01 16:28 ` adhemerval.zanella at linaro dot org
  2022-06-01 17:21 ` adhemerval.zanella at linaro dot org
  2 siblings, 0 replies; 4+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-06-01 16:28 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.36
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- 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] 4+ messages in thread

* [Bug libc/29212] gconv_parseconfdir is not y2038 aware
  2022-05-31 15:41 [Bug libc/29212] New: gconv_parseconfdir is not y2038 aware adhemerval.zanella at linaro dot org
  2022-05-31 15:53 ` [Bug libc/29212] " adhemerval.zanella at linaro dot org
  2022-06-01 16:28 ` adhemerval.zanella at linaro dot org
@ 2022-06-01 17:21 ` adhemerval.zanella at linaro dot org
  2 siblings, 0 replies; 4+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-06-01 17:21 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |DUPLICATE

--- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---


*** This bug has been marked as a duplicate of bug 29213 ***

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 15:41 [Bug libc/29212] New: gconv_parseconfdir is not y2038 aware adhemerval.zanella at linaro dot org
2022-05-31 15:53 ` [Bug libc/29212] " adhemerval.zanella at linaro dot org
2022-06-01 16:28 ` adhemerval.zanella at linaro dot org
2022-06-01 17:21 ` 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).