diff options
author | Roland McGrath <roland@gnu.org> | 2001-09-01 21:45:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-09-01 21:45:49 +0000 |
commit | d447d70d85dfb4f43fe2eff1b2171c36f90a4fa1 (patch) | |
tree | 1c805abe24615345cec6f7e50f657ee82173a91c | |
parent | b8f5d8dd4e542c64b385668791d52581a85aea48 (diff) | |
download | glibc-d447d70d85dfb4f43fe2eff1b2171c36f90a4fa1.tar.gz glibc-d447d70d85dfb4f43fe2eff1b2171c36f90a4fa1.tar.xz glibc-d447d70d85dfb4f43fe2eff1b2171c36f90a4fa1.zip |
* sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
short, copy that much into NAME anyway before returning error.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d33a7d11f1..b890947308 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Roland McGrath <roland@frob.com> + + * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too + short, copy that much into NAME anyway before returning error. + 2001-09-01 Richard Henderson <rth@redhat.com> * sysdeps/alpha/elf/Dist: Remove file. |