diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-09-22 13:40:17 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-09-22 13:40:17 +0200 |
commit | 90fa42a1d7b78de0d75f7e3af362275b2abe807f (patch) | |
tree | 700763149d85415779cc06fc2bd1393c27e13e81 /nss | |
parent | e07aabba73ea62e7dfa0512507c92efb851fbdbe (diff) | |
download | glibc-90fa42a1d7b78de0d75f7e3af362275b2abe807f.tar.gz glibc-90fa42a1d7b78de0d75f7e3af362275b2abe807f.tar.xz glibc-90fa42a1d7b78de0d75f7e3af362275b2abe807f.zip |
Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079
Diffstat (limited to 'nss')
-rw-r--r-- | nss/Makefile | 2 | ||||
-rw-r--r-- | nss/bug17079.c (renamed from nss/bug18287.c) | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nss/Makefile b/nss/Makefile index f6ef912cfc..02a50160cb 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 index 57abab0058..9846737bda 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 |