mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Test in commit e07aabba73
is for bug 17079
This commit is contained in:
@@ -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>
|
2015-09-22 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
* nss/bug18287.c: New file.
|
* nss/bug18287.c: New file.
|
||||||
|
@@ -48,7 +48,7 @@ makedb-modules = xmalloc hash-string
|
|||||||
extra-objs += $(makedb-modules:=.o)
|
extra-objs += $(makedb-modules:=.o)
|
||||||
|
|
||||||
tests = test-netdb tst-nss-test1 test-digits-dots \
|
tests = test-netdb tst-nss-test1 test-digits-dots \
|
||||||
tst-nss-getpwent bug18287
|
tst-nss-getpwent bug17079
|
||||||
xtests = bug-erange
|
xtests = bug-erange
|
||||||
|
|
||||||
# Specify rules for the nss_* modules. We have some services.
|
# Specify rules for the nss_* modules. We have some services.
|
||||||
|
@@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
Reference in New Issue
Block a user