diff options
author | Patrick Steinhardt <ps@pks.im> | 2023-12-11 10:07:34 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-12-11 07:23:16 -0800 |
commit | 917a2b3ce990717ccce5ff372766d9ffd41239f6 (patch) | |
tree | a9f8fe27ce529fa1da78c4f959815b7465ef70ec /builtin/commit.c | |
parent | e32b8ece640fc700c5a74dd53e6cae8b1a893a6d (diff) |
reftable: handle interrupted reads
There are calls to pread(3P) and read(3P) where we don't properly handle
interrupts. Convert them to use `pread_in_full()` and `read_in_full()`,
respectively.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions