Revert "Turn LIBC_COPT_STRING_UNSAFE_WIDE_READ on by default" (#144167)

Reverts llvm/llvm-project#144163 because for some reason I didn't
realize there are ASan tests.
This commit is contained in:
Amy Huang
2025-06-13 15:30:28 -07:00
committed by GitHub
parent a591bd222b
commit ca38027c03

View File

@@ -59,7 +59,7 @@
},
"string": {
"LIBC_CONF_STRING_UNSAFE_WIDE_READ": {
"value": true,
"value": false,
"doc": "Read more than a byte at a time to perform byte-string operations like strlen."
},
"LIBC_CONF_MEMSET_X86_USE_SOFTWARE_PREFETCHING": {