summaryrefslogtreecommitdiff
path: root/changes/bug12855
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug12855')
-rw-r--r--changes/bug128555
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug12855 b/changes/bug12855
deleted file mode 100644
index 8d8c10dcd5..0000000000
--- a/changes/bug12855
+++ /dev/null
@@ -1,5 +0,0 @@
- o Code simplification and refactoring
- - Use calloc and reallocarray functions in preference to
- multiply-then-malloc. This makes it less likely for us to fall
- victim to an integer overflow attack when allocating. Resolves
- ticket 12855.