Zig safety checks save us! It was setting undefined values to `0xAA` and we caught that in a crash. We need to zero this memory. Practically this happened when `cat`-ing a large file, then attempting to select and copy any blank trailing space.