diff options
author | Andreas Schwab <schwab@suse.de> | 2001-09-14 10:15:03 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-09-14 10:15:03 +0000 |
commit | 66f05d2210fbf0c0bd16dc2cc7e1bfaca4a384c7 (patch) | |
tree | b746b066002a25ae697bb3fe2792c56b08b4ba2f | |
parent | 0f5660af02985db9a61a6ffeb9b1dc449e78a35c (diff) | |
download | glibc-66f05d2210fbf0c0bd16dc2cc7e1bfaca4a384c7.tar glibc-66f05d2210fbf0c0bd16dc2cc7e1bfaca4a384c7.tar.gz glibc-66f05d2210fbf0c0bd16dc2cc7e1bfaca4a384c7.tar.bz2 glibc-66f05d2210fbf0c0bd16dc2cc7e1bfaca4a384c7.zip |
* posix/execl.c: Fix last argument of memcpy. Reported by Brian
Sumner <bls@sgi.com>.
* posix/execlp.c: Likewise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-09-14 Andreas Schwab <schwab@suse.de> + + * posix/execl.c: Fix last argument of memcpy. Reported by Brian + Sumner <bls@sgi.com>. + * posix/execlp.c: Likewise. + 2001-09-13 Jakub Jelinek <jakub@redhat.com> * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter |