Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][sanitizer] Switch to
gnu_get_libc_version
(llvm#108724)
`gnu_get_libc_version` unlike `confstr` is not intercepted. We should be able to use this function earier. Looks like we use `confstr` staring from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60038 but there is no specific reason to refer it over `gnu_get_libc_version`.
- Loading branch information