mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
* 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>
This commit is contained in:
parent
1cda411d51
commit
16848c985d
@ -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.
|
||||
|
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user