mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-01 15:31:25 +03:00
9751a0ae04
the lock-free data structures all had ABA problems and std.atomic.Stack had a possibility to load an unmapped memory address.