blob: 8d8c10dcd5209442e9fb1e8ed229d5b54f052189 (
plain)
1
2
3
4
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.
|