mirror of
https://github.com/facebook/zstd.git
synced 2025-11-09 17:41:01 +03:00
not sure why, but msan fires an "unitialized variable" error when time gets properly initialized by timespec_get(). Maybe in some cases, not all bytes of the structure are initialized ? Or maybe msan fails to detect the initialization ? Anyway, pre-initializing the variable before passing it to timespec_get() works.
4.8 KiB
4.8 KiB