diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-07-08 17:13:20 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-07-08 17:13:20 +0000 |
commit | 53163ad0cbdd05ffc9c83750afb8caec32e131f3 (patch) | |
tree | a3901b3ebf9fa86524423bad50be01f70308a850 | |
parent | 00e125db5a650e3cccc18547da89e3f7f40af094 (diff) | |
download | glibc-53163ad0cbdd05ffc9c83750afb8caec32e131f3.tar.gz glibc-53163ad0cbdd05ffc9c83750afb8caec32e131f3.tar.xz glibc-53163ad0cbdd05ffc9c83750afb8caec32e131f3.zip |
*** empty log message ***
Mon Jul 8 13:10:50 1996 Michael I. Bushnell p/BSG <mib@psilocin.gnu.ai.mit.edu> * string/argz-delete.c (argz_delete): Use memmove instead of memcpy for possbly overlapping strings.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6cfbd1bcad..28e167c2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 8 13:10:50 1996 Michael I. Bushnell p/BSG <mib@psilocin.gnu.ai.mit.edu> + + * string/argz-delete.c (argz_delete): Use memmove instead of + memcpy for possbly overlapping strings. + Mon Jul 8 02:14:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * libc-symbols.h [GCC >= 2.7] (strong_alias, weak_alias): Use extern |