diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-11-13 20:15:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-11-13 20:15:25 +0000 |
commit | fbfdeab348c3173bb9607565efab2882e92e0965 (patch) | |
tree | 390243f6a2698623b85d2e7cd9fb585ba8132cbd /ChangeLog | |
parent | 1ed9a93478159ebdce5f03cf94b45f3486b79f0e (diff) | |
download | glibc-fbfdeab348c3173bb9607565efab2882e92e0965.tar glibc-fbfdeab348c3173bb9607565efab2882e92e0965.tar.gz glibc-fbfdeab348c3173bb9607565efab2882e92e0965.tar.bz2 glibc-fbfdeab348c3173bb9607565efab2882e92e0965.zip |
* hurd/get-host.c (_hurd_get_host_config): Fix possible buffer underrun and make sure the result is null terminated even if there is no trailing newline.
2000-11-13 Marcus Brinkmann <marcus@gnu.org>
* hurd/get-host.c (_hurd_get_host_config): Fix possible buffer
underrun and make sure the result is null terminated even if there
is no trailing newline.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-11-13 Marcus Brinkmann <marcus@gnu.org> + + * hurd/get-host.c (_hurd_get_host_config): Fix possible buffer + underrun and make sure the result is null terminated even if there + is no trailing newline. + 2000-11-13 Jakub Jelinek <jakub@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Update. |