bug12855 260 B

12345
  1. o Code simplification and refactoring
  2. - Use calloc and reallocarray functions in preference to
  3. multiply-then-malloc. This makes it less likely for us to fall
  4. victim to an integer overflow attack when allocating. Resolves
  5. ticket 12855.