diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-26 14:41:45 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-26 14:41:45 -0400 |
commit | c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93 (patch) | |
tree | f787d5b91d5ef0c3db9653d551bd55bfa4b8c22e /ChangeLog | |
parent | 2fc0f614becf8e7de4fbd5b87cbc812b407ad39a (diff) | |
download | gunmake-c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93.tar.gz |
[SV #38945] Copy the entire buffer back when overwriting CR
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-05-26 Paul Smith <psmith@gnu.org> + * read.c (readline): To be safe, move the entire buffer if we + detect a CR. Fixes Savannah bug #38945. + * job.c (new_job): Compare OUT to the beginning of the OUT var/function, not IN. Fixes Savannah bug #39035. |