[clang-tools-extra] [clang-tidy] Fix OOB access in `FormatStringConverter` with signed chars (PR #169215)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 28 04:58:54 PST 2025
zeyi2 wrote:
> ```python
> sys.stdout.reconfigure(encoding='utf-8')
> sys.stderr.reconfigure(encoding='utf-8')
> ```
Thanks for the suggestion! The Windows build now passes :)
https://github.com/llvm/llvm-project/pull/169215
More information about the cfe-commits
mailing list