diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-13 10:38:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-13 10:39:56 -0400 |
commit | 4410f6fb83a82d4d40fe88d0c9003fdd1217c00c (patch) | |
tree | 050a639cb5368683f0c652b3096e6f8a5bebaa6d /changes/bug12855 | |
parent | 2bfd92d0d170642fb12f53e5da208f318fdd632c (diff) | |
download | tor-4410f6fb83a82d4d40fe88d0c9003fdd1217c00c.tar.gz tor-4410f6fb83a82d4d40fe88d0c9003fdd1217c00c.zip |
Add changes file for bug12855
Diffstat (limited to 'changes/bug12855')
-rw-r--r-- | changes/bug12855 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug12855 b/changes/bug12855 new file mode 100644 index 0000000000..8d8c10dcd5 --- /dev/null +++ b/changes/bug12855 @@ -0,0 +1,5 @@ + 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. |