This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch, master, updated. glibc-2.15-481-gd6a403f


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  d6a403f953fe80f40761023af9a8b7824752bb32 (commit)
      from  ac4c54f0cce8bb20c100a4c1041f3aa3e7d6cd0a (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d6a403f953fe80f40761023af9a8b7824752bb32

commit d6a403f953fe80f40761023af9a8b7824752bb32
Author: Roland McGrath <roland@hack.frob.com>
Date:   Sun Mar 25 12:01:29 2012 -0700

    Fix last change.

diff --git a/posix/confstr.c b/posix/confstr.c
index ad8fea9..cad6561 100644
--- a/posix/confstr.c
+++ b/posix/confstr.c
@@ -33,9 +33,10 @@ confstr (name, buf, len)
 {
   const char *string = "";
   size_t string_len = 1;
+
+  /* Note that this buffer must be large enough for the longest strings
+     used below.  */
   char restenvs[4 * sizeof "POSIX_V7_LPBIG_OFFBIG"];
-  char restenvs[4 * sizeof "POSIX_V6_LPBIG_OFFBIG"];
-  char restenvs[4 * sizeof "XBS5_LPBIG_OFFBIG"];
 
   switch (name)
     {

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

Summary of changes:
 posix/confstr.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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