[libc-commits] [libc] [libc] Fix pthread_create_test for 32 bit systems (PR #66564)

via libc-commits libc-commits at lists.llvm.org
Fri Sep 15 19:39:58 PDT 2023


goldsteinn wrote:

Maybe replace with `3 * (SIZE_MAX / 4)` and `SIZE_MAX / 4` IIRC and the issue is the overflow?

https://github.com/llvm/llvm-project/pull/66564


More information about the libc-commits mailing list