Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fill_aligned_z: fix uninitialized atomic_int64_t (#4279)
The behavior of atomic_int64_t's default constructor will leave it to an uninitialized state (accessing it will be undefined behavior). Use 0 to explicitly initialize it because it will be soon compared and exchanged. Signed-off-by: Icenowy Zheng <[email protected]>
- Loading branch information