mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-05 07:13:27 -04:00
9751a0ae04
the lock-free data structures all had ABA problems and std.atomic.Stack had a possibility to load an unmapped memory address.