Zhihua Lai
Zhihua Lai
The compiler gives the warning at ([this issue](https://github.com/microsoft/mimalloc/issues/933)): ``` error: '__atomic_load_8' writing 8 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=] In file included from /janus/3p/mimalloc/include/mimalloc/internal.h:17, from...
Fix a Typo
OS: mcr.microsoft.com/azurelinux/base/core:3.0 gcc: 13.2.0 g++: 13.2.0 Built with Address Sanitizer. **error: '__atomic_load_8' writing 8 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]** ``` In file included from...
 https://github.com/microsoft/mimalloc/pull/959 https://github.com/microsoft/mimalloc/pull/949