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.22-41-gd2ff039


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  d2ff039fa1636e42fad4a4074f9889ad47abc426 (commit)
      from  d90345426770c250caf9f8a905833db635b77eec (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d2ff039fa1636e42fad4a4074f9889ad47abc426

commit d2ff039fa1636e42fad4a4074f9889ad47abc426
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Aug 9 07:59:15 2015 -0700

    Add a missing break in tst-auditmod3b.c
    
    	[BZ #18674]
    	* sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
    	break.

diff --git a/ChangeLog b/ChangeLog
index 1aef918..d4c9d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #18674]
+	* sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
+	break.
+
 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
diff --git a/NEWS b/NEWS
index e0085cd..7bd785a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,8 @@ Version 2.23
 
 * The following bugs are resolved with this release:
 
-  16517, 16519, 17905, 18265, 18480, 18525, 18618, 18647, 18661, 18787.
+  16517, 16519, 17905, 18265, 18480, 18525, 18618, 18647, 18661, 18674,
+  18787.
 
 Version 2.22
 
diff --git a/sysdeps/i386/tst-auditmod3b.c b/sysdeps/i386/tst-auditmod3b.c
index 5b26a13..c9c7366 100644
--- a/sysdeps/i386/tst-auditmod3b.c
+++ b/sysdeps/i386/tst-auditmod3b.c
@@ -82,6 +82,7 @@ la_objsearch (const char *name, uintptr_t *cookie, unsigned int flag)
       break;
     case LA_SER_DEFAULT:
       flagstr = "LA_SER_DEFAULT";
+      break;
     case LA_SER_SECURE:
       flagstr = "LA_SER_SECURE";
       break;

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

Summary of changes:
 ChangeLog                     |    6 ++++++
 NEWS                          |    3 ++-
 sysdeps/i386/tst-auditmod3b.c |    1 +
 3 files changed, 9 insertions(+), 1 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]