summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug200815
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20081 b/changes/bug20081
new file mode 100644
index 0000000000..a95161cdc3
--- /dev/null
+++ b/changes/bug20081
@@ -0,0 +1,5 @@
+ o Minor bugfixes (allocation):
+ - Change how we allocate memory for large chunks on buffers, to avoid
+ a (currently impossible) integer overflow, and to waste less space
+ when allocating unusually large chunks. Fixes bug 20081; bugfix on
+ 0.2.0.16-alpha. Issue identified by Guido Vranken.