This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15576] sysconf may change returned value during the lifetime of a process.


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  8492c4dd699e2a65a5a2e8fca3e0e530326c92b9 (commit)
      from  1c1243b6fc33c029488add276e56570a07803bfd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8492c4dd699e2a65a5a2e8fca3e0e530326c92b9

commit 8492c4dd699e2a65a5a2e8fca3e0e530326c92b9
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Mar 7 09:37:46 2017 +0100

    timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]

    glibc does not impose a limit, and POSIX does not allow a
    sysconf limit which changes during the lifetime of a process.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |   18 ++++++++++++++++++
 include/time.h          |    8 --------
 manual/conf.texi        |   12 ++++--------
 posix/sysconf.c         |    2 +-
 sysdeps/posix/sysconf.c |    2 +-
 time/tzfile.c           |   24 ------------------------
 time/tzset.c            |   41 ++++-------------------------------------
 7 files changed, 28 insertions(+), 79 deletions(-)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]