mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
260 B
Plaintext
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.
|