aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2017-08-19 13:12:47 +1000
committerBen Elliston <bje@gnu.org>2017-08-19 13:12:47 +1000
commite301ae8ebdd5d07360501b05aa1075242ceef5c5 (patch)
tree8acaa4789f26ebe892f3668bb56155838c7b609d /ChangeLog
parentddca6201c36d271de18de4010c1ecc46d9503ca6 (diff)
Fix another bug reported by Andrey ``Bass'' Shcheglov.
* lib/framework.exp (xml_tag): Escape all of the non-printable control characters (ASCII codes 1 to 31 inclusive).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d939a9..2b9076f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-19 Ben Elliston <bje@gnu.org>
+
+ * lib/framework.exp (xml_tag): Escape all of the non-printable
+ control characters (ASCII codes 1 to 31 inclusive).
+
2017-08-18 Tom Tromey <tom@tromey.com>
* runtest.exp: Fix --directory matching.