`reallocarray()` is a POSIX extension to C standard which wraps `realloc` function and adds `calloc`-like overflow detection. It is available in glibc and some other standard library implementations. Add `reallocarray` to the list of Scudo C wrappers, so that the code that depends on `reallocarray` presence will continue to work.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================