summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 01:26:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 01:26:33 +0000
commit9ad765173f6fbeedf17cb231d58e3abd6ce36b53 (patch)
treebfe76a3bbb05d4f562752c918cb87c55ee974f37 /CHANGES
parentc8e3c1a9b5eaa4900b499325c56fa14805b3f8c1 (diff)
Fix escaping code for string printing. If *any* escaping is enabled we
must escape the escape character itself (backslash).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 716414816f..b79a6f404d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,10 @@
Changes between 0.9.8q and 0.9.8r [xx XXX xxxx]
- *)
+ *) Fix bug in string printing code: if *any* escaping is enabled we must
+ escape the escape character (backslash) or the resulting string is
+ ambiguous.
+ [Steve Henson]
Changes between 0.9.8p and 0.9.8q [2 Dec 2010]