Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test in commit e07aabb is for bug 17079
  • Loading branch information
Florian Weimer committed Sep 22, 2015
1 parent e07aabb commit 90fa42a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
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.
Expand Down
2 changes: 1 addition & 1 deletion nss/Makefile
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion nss/bug18287.c → 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
Expand Down

0 comments on commit 90fa42a

Please sign in to comment.