[Openmp-commits] [openmp] [libomp] Add kmp_str_ref (ADT 1/2) (PR #176162)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Wed May 20 06:27:37 PDT 2026
================
----------------
Meinersbur wrote:
```suggestion
assert(num_digits <= INT_MAX && "string unexpectedly long");
```
Note: a runtime used by potentially security-relevant application should probly contain such checks even in release-builds.
https://github.com/llvm/llvm-project/pull/176162
More information about the Openmp-commits
mailing list