about summary refs log tree commit diff
path: root/debug/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-18 21:07:28 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-18 21:07:28 +0000
commit9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950 (patch)
tree1cbff2cd7ef38c777aa3a6c713b1513e038f2483 /debug/Versions
parent0396de518e3ed6b4bebea10026ca5c7aaafa783f (diff)
downloadglibc-9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950.tar.gz
glibc-9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950.tar.xz
glibc-9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950.zip
* nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
	length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.

	* debug/confstr_chk.c: New file.
	* debug/getdomainname_chk.c: New file.
	* debug/getgroups_chk.c: New file.
	* debug/gethostname_chk.c: New file.
	* debug/getlogin_r_chk.c: New file.
	* debug/ttyname_r_chk.c: New file.
	* posix/bits/unistd.h: Add definitions for new debug versions.
	* debug/tst-chk1.c: Add tests for new functions.
	* debug/Versions: Export new functions.
	* debug/Makefile (routines): Add new files.

	* stdlib/bits/stdlib.h: Fix typo.

	* manual/Makefile (libc/index.html): Depend on dir-add.texi.
Diffstat (limited to 'debug/Versions')
-rw-r--r--debug/Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Versions b/debug/Versions
index 0953c7733b..f33fbed6ef 100644
--- a/debug/Versions
+++ b/debug/Versions
@@ -29,6 +29,8 @@ libc {
     __wcsncpy_chk; __wcscat_chk; __wcsncat_chk; __wmemset_chk; __wcpncpy_chk;
     __swprintf_chk; __vswprintf_chk; __wprintf_chk; __fwprintf_chk;
     __vwprintf_chk; __vfwprintf_chk; __fgetws_chk; __fgetws_unlocked_chk;
+    __confstr_chk; __getgroups_chk; __ttyname_r_chk; __getlogin_r_chk;
+    __gethostname_chk; __getdomainname_chk;
 
     __stack_chk_fail;
   }