]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 30 Jun 1999 16:58:13 +0000 (16:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 30 Jun 1999 16:58:13 +0000 (16:58 +0000)
* pwd/getpw.c: Add warning since no buffer size is given and
therefore no overrun tests are possible.

1999-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* pwd/pwd.h: Add getpw prototype declaration.

1999-06-30  Ulrich Drepper  <drepper@cygnus.com>

ChangeLog
pwd/getpw.c

index 38e6508ab416bd27600036ebe10a7b83b19145af..468a2ad81edfd6503b9e30185f488db0a10c0c62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-06-30  Ulrich Drepper  <drepper@cygnus.com>
+
+       * pwd/getpw.c: Add warning since no buffer size is given and
+       therefore no overrun tests are possible.
+
+1999-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * pwd/pwd.h: Add getpw prototype declaration.
+
 1999-06-30  Ulrich Drepper  <drepper@cygnus.com>
 
        * wcsmbs/wcsrchr.c: Fix handling of L'\0' parameter.
index 8bfb02eb8b471a3e4d8cfbca448abbd9a9590fca..e291769237697ca46407a03cf703f579cb3679b4 100644 (file)
@@ -58,3 +58,5 @@ __getpw (uid, buf)
   return 0;
 }
 weak_alias (__getpw, getpw)
+
+link_warning (getpw, "the `getpw' function is dangerous and should not be used.")