Skip to content

Commit

Permalink
Add a missing break in tst-auditmod3b.c
Browse files Browse the repository at this point in the history
	[BZ #18674]
	* sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
	break.
  • Loading branch information
H.J. Lu committed Aug 9, 2015
1 parent d903454 commit d2ff039
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions sysdeps/i386/tst-auditmod3b.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d2ff039

Please sign in to comment.