mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'public/use_calloc'
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user