Add a missing break in tst-auditmod3b.c
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 9 Aug 2015 14:59:15 +0000 (07:59 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 9 Aug 2015 15:06:50 +0000 (08:06 -0700)
[BZ #18674]
* sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
break.

ChangeLog
NEWS
sysdeps/i386/tst-auditmod3b.c

index 1aef918..d4c9d79 100644 (file)
--- 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 (file)
--- 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.
 \f
 Version 2.22
 
index 5b26a13..c9c7366 100644 (file)
@@ -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;