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-283-g90fa42a


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  90fa42a1d7b78de0d75f7e3af362275b2abe807f (commit)
      from  e07aabba73ea62e7dfa0512507c92efb851fbdbe (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=90fa42a1d7b78de0d75f7e3af362275b2abe807f

commit 90fa42a1d7b78de0d75f7e3af362275b2abe807f
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Sep 22 13:40:17 2015 +0200

    Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079

diff --git a/ChangeLog b/ChangeLog
index 29d0d51..f3dbabc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-09-22  Florian Weimer  <fweimer@redhat.com>
 
+	* nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
+	* nss/Makefile (tests): Update.
+
+2015-09-22  Florian Weimer  <fweimer@redhat.com>
+
 	* nss/bug18287.c: New file.
 	* nss/Makefile (tests): Add bug18287.
 
diff --git a/nss/Makefile b/nss/Makefile
index f6ef912..02a5016 100644
--- a/nss/Makefile
+++ b/nss/Makefile
@@ -48,7 +48,7 @@ makedb-modules = xmalloc hash-string
 extra-objs		+= $(makedb-modules:=.o)
 
 tests			= test-netdb tst-nss-test1 test-digits-dots \
-			  tst-nss-getpwent bug18287
+			  tst-nss-getpwent bug17079
 xtests			= bug-erange
 
 # Specify rules for the nss_* modules.  We have some services.
diff --git a/nss/bug18287.c b/nss/bug17079.c
similarity index 98%
rename from nss/bug18287.c
rename to nss/bug17079.c
index 57abab0..9846737 100644
--- a/nss/bug18287.c
+++ b/nss/bug17079.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2015 Free Software Foundation, Inc.
+/* Test for bug 17079: heap overflow in NSS with small buffers.
+   Copyright (C) 2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or

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

Summary of changes:
 ChangeLog                      |    5 +++++
 nss/Makefile                   |    2 +-
 nss/{bug18287.c => bug17079.c} |    3 ++-
 3 files changed, 8 insertions(+), 2 deletions(-)
 rename nss/{bug18287.c => bug17079.c} (98%)


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]