Browse Source
The strbuf_write_fd method did not provide checks for buffers larger than MAX_IO_SIZE. Replacing with write_in_full ensures the entire buffer will always be written to disk or report an error and die. Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Randall S. Becker
5 years ago
committed by
Junio C Hamano
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue