commit | cbbe4d6bc2da9c370b813649ca7474641bbddbf2 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Thu Sep 14 00:26:50 2000 +0000 |
committer | Matt Kraai <kraai@debian.org> | Thu Sep 14 00:26:50 2000 +0000 |
tree | 50708041795d80ed08777e7a2a59b9560c0b3e85 | |
parent | 56a328810b86bdc9014923a8fb0874be98795aef [diff] [blame] |
Copy the string terminator.
diff --git a/shell/lash.c b/shell/lash.c index cd27e46..b4b11fb 100644 --- a/shell/lash.c +++ b/shell/lash.c
@@ -1071,7 +1071,7 @@ /* Now paste into the *commandPtr all the stuff * leftover after the second backtick */ - memcpy(src, charptr2, strlen(charptr2)); + memcpy(src, charptr2, strlen(charptr2)+1); free(charptr2); /* Now recursively call parseCommand to deal with the new