Files
clang-p2996/llvm/lib
Christian Ulmann 052d5889f8 [Support] Properly zero initialize CPU set when querying affinity (#142924)
This commit resolves a potential issue of working with uninitialized
memory when querying the CPU's affinity. The man page of
`sched_getaffinity` does not guarantee that the memory will be fully
overwritten, so this change should ensure that issues are avoided.
2025-06-06 11:24:46 +02:00
..
2025-06-05 22:47:36 -07:00
2025-06-05 11:09:20 -07:00