Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/dist/libsanitizer
Module Name: src
Committed By: christos
Date: Wed Oct 15 15:50:46 UTC 2025
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_interceptors.cpp
src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_interceptors.cpp
Log Message:
fix the remaining __cxa_atexit(f, 0, 0) -> atexit(f) to avoid libc assertion.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/dist/libsanitizer/asan/asan_interceptors.cpp
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/dist/libsanitizer/lsan/lsan_interceptors.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index