mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03: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:
@ -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.")
|
||||
|
Reference in New Issue
Block a user