summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-26 14:41:45 -0400
committerPaul Smith <psmith@gnu.org>2013-05-26 14:41:45 -0400
commitc11024b3b3532ef7eb80df7d55c8b2fcdc20ce93 (patch)
treef787d5b91d5ef0c3db9653d551bd55bfa4b8c22e /ChangeLog
parent2fc0f614becf8e7de4fbd5b87cbc812b407ad39a (diff)
downloadgunmake-c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93.tar.gz
[SV #38945] Copy the entire buffer back when overwriting CR
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff5bec5..498ad56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.