diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-13 15:01:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-13 15:01:04 -0400 |
commit | 9114346d323f3fe7c261bfcee89556bab4f88d48 (patch) | |
tree | 7a9c59b83fec58c8058ef3b4781e6a2069340423 /changes | |
parent | 938deecc876e110d708edda544d20d9fd752838e (diff) | |
parent | 4570805efdca648fa2ade8923cb899679b990bb3 (diff) | |
download | tor-9114346d323f3fe7c261bfcee89556bab4f88d48.tar.gz tor-9114346d323f3fe7c261bfcee89556bab4f88d48.zip |
Merge remote-tracking branch 'public/use_calloc'
Diffstat (limited to 'changes')
-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. |