aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/11.4.0/0030-Remove-crypt-and-crypt_r-interceptors.patch
Commit message (Collapse)AuthorAgeFilesLines
* gcc: Add patch to resolve libsanitizer build issueChris Packham2024-01-301-0/+135
libsanitizer has problems intercepting crypt() and crypt_r() with newer glibcs. Bring in an upstream patch that drops support for these from ASAN. llvm/llvm-project@d7bead8 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111057 Fixes #2083 Signed-off-by: Chris Packham <judge.packham@gmail.com>