diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-03 09:15:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-03 09:15:22 +0000 |
commit | 451c8c22c68df72324fb61b462e24e4778c5fe23 (patch) | |
tree | 105aa352f7f566519db1507287ae7f0ede98e346 /ChangeLog | |
parent | f8b0689f8075b766ba1af5a478ac19a695e43bce (diff) | |
download | glibc-451c8c22c68df72324fb61b462e24e4778c5fe23.tar.gz glibc-451c8c22c68df72324fb61b462e24e4778c5fe23.tar.xz glibc-451c8c22c68df72324fb61b462e24e4778c5fe23.zip |
Update. glibc-2.3 cvs/glibc-2-3
2002-10-03 Richard Henderson <rth@redhat.com> * sysdeps/alpha/stxncpy.S: Don't access memory beyond the source buffer. * sysdeps/alpha/alphaev6/stxncpy.S: Likewise. 2002-10-02 Andreas Jaeger <aj@suse.de> Guido Guenther <agx@sigxcpu.org> * sysdeps/mips/fpu/fraiseexcpt.c: Add internal definition. * sysdeps/mips/fpu/fesetenv.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6c63f24076..241861369e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-10-03 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/stxncpy.S: Don't access memory beyond the source + buffer. + * sysdeps/alpha/alphaev6/stxncpy.S: Likewise. + +2002-10-02 Andreas Jaeger <aj@suse.de> + Guido Guenther <agx@sigxcpu.org> + + * sysdeps/mips/fpu/fraiseexcpt.c: Add internal definition. + * sysdeps/mips/fpu/fesetenv.c: Likewise. + 2002-10-03 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/net/route.h: Include bits/wordsize.h. |