Alex Richardson 8185be3307 libc: Disable ASAN for certain string functions
They deliberately read out-of-bounds values to avoid byte-by-byte
loads and check multiple bytes at once. While this will work on x86,
it is flagged as an out-of-bounds read with ASAN, so we have to
disable instrumentation here. This also causes bounds errors for CHERI,
so in CheriBSD we use implementations that avoid OOB reads.

Differential Revision: https://reviews.freebsd.org/D31045
2021-08-02 14:33:24 +01:00
..
2021-07-15 19:40:28 +03:00
2021-07-15 19:40:28 +03:00
2020-02-08 21:17:48 +00:00
2017-11-13 17:04:44 +00:00
2020-01-15 19:46:01 +00:00
2021-02-23 20:08:10 +02:00
2020-01-15 19:53:03 +00:00
2021-07-15 19:40:28 +03:00