mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-03 22:34:59 -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.