diff options
author | 1996-07-08 17:13:20 +0000 | |
---|---|---|
committer | 1996-07-08 17:13:20 +0000 | |
commit | 53163ad0cbdd05ffc9c83750afb8caec32e131f3 (patch) | |
tree | a3901b3ebf9fa86524423bad50be01f70308a850 | |
parent | string/argz-delete.c (argz_delete): Use memmove instead of memcpy for possbly overlapping strings. (diff) | |
download | 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
@@ -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 |