diff options
author | Uzair Nawaz <uzairnawaz@google.com> | 2025-07-17 10:32:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-17 17:32:11 +0000 |
commit | 6f28eec6dc68c64ebe108be3fdb7d0affb1e3349 (patch) | |
tree | d8cfc4beed8eb35c8fc6c058762c06594975ed26 /llvm/lib/Support/Threading.cpp | |
parent | 13549fd90af45d2200159cac14a12cf01db56aa1 (diff) | |
download | llvm-6f28eec6dc68c64ebe108be3fdb7d0affb1e3349.zip llvm-6f28eec6dc68c64ebe108be3fdb7d0affb1e3349.tar.gz llvm-6f28eec6dc68c64ebe108be3fdb7d0affb1e3349.tar.bz2 |
[libc] Fixed StringConverter Error Edge Case (#149356)
Fixed StringConverter edge case related to destination limit
If we call pop() but there is no space in the dest array, we should
always return the "no space in destination" error even if the following
character is invalid (since we shouldn't really have to look at the next
character)
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
0 files changed, 0 insertions, 0 deletions