zig/lib/std/process
Alex Kladov ffd071f558 fix IB in fifoToOwnedArrayList
memcpy requires non-overlapping arguments.

fifo.realign() handles this case correctly and tries to provide an
optimized implementation.

This probably wasn't hit in practice, as, in a typical usage, fifo's
head is not advanced.
2024-09-24 13:19:06 -07:00
..
Child.zig fix IB in fifoToOwnedArrayList 2024-09-24 13:19:06 -07:00