summaryrefslogtreecommitdiff
path: root/changes/bug19281
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug19281')
-rw-r--r--changes/bug192815
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19281 b/changes/bug19281
new file mode 100644
index 0000000000..1586ba34f3
--- /dev/null
+++ b/changes/bug19281
@@ -0,0 +1,5 @@
+ o Minor bugfixes (correctness, controller):
+ - Make the controller's write_escaped_data() function robust to extremely
+ long inputs. Right now, it doesn't actually receive any extremely
+ long inputs, so this is for defense in depth. Fixes bug 19281;
+ bugfix on 0.1.1.1-alpha. Reported by Guido Vranken.