Previously, 1. ifaddrs.cpp : mistake `size_t (xxx)` as `sizeof (xxx)`, resulting in inadequate checks. 2. qsort.cpp : mistake `kSize2` as `kSize1`, resulting in an unexpected buffer overlow issue.
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. ================================