mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +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.