tor/changes/bug12855
2014-08-13 10:39:56 -04:00

6 lines
260 B
Plaintext

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.