Files
nebula/overlay/tio
JackDoan 5c0a5ee4be overlay/tio: guard Offload.Write against zero-length buffers
Write took &buf[0] before calling writeWithScratch, so the len==0 guard
in the helper could never run -- a zero-length buffer panicked on the
index instead of returning. Hoist the guard above the indexing and fold
writeWithScratch into Write since it was the only caller and duplicated
the iovec setup.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 16:20:10 -05:00
..
2026-07-24 16:39:03 -05:00
2026-07-24 16:37:30 -05:00
2026-07-24 16:39:03 -05:00
2026-07-24 16:39:03 -05:00
2026-07-24 16:39:03 -05:00
2026-07-24 16:39:03 -05:00