mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
This helper acts like /dev/zero (outputs \x00 indefinitely) in an OS-independent fashion. This ensures we don't need to special-case around Windows in tests that want to open /dev/zero. Signed-off-by: Aleksa Sarai <asarai@suse.de>