summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:25:18 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:25:18 +1000
commit380948180f847a26f2d0c85b4dad3dca2ed2fd8b (patch)
tree0742e7603e78620286743bf96e0a7836500663b1 /ChangeLog
parentd7fd8bedd4619a2ec7fd02aae4c4e1db4431ad9f (diff)
- dtucker@cvs.openbsd.org 2014/04/29 20:36:51
[sftp.c] Don't attempt to append a nul quote char to the filename. Should prevent fatal'ing with "el_insertstr failed" when there's a single quote char somewhere in the string. bz#2238, ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a05062951..50c83e64b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,11 @@
47 - dtucker@cvs.openbsd.org 2014/04/29 19:58:50 47 - dtucker@cvs.openbsd.org 2014/04/29 19:58:50
48 [sftp.c] 48 [sftp.c]
49 Move nulling of variable next to where it's freed. ok markus@ 49 Move nulling of variable next to where it's freed. ok markus@
50 - dtucker@cvs.openbsd.org 2014/04/29 20:36:51
51 [sftp.c]
52 Don't attempt to append a nul quote char to the filename. Should prevent
53 fatal'ing with "el_insertstr failed" when there's a single quote char
54 somewhere in the string. bz#2238, ok markus@
50 55
5120140430 5620140430
52 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 57 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already