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 38e6508..468a2ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 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.
        * wcsmbs/wcschr.c: Likewise.
 
index 8bfb02e..e291769 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.")