[PATCH 00/11] coverity: fix unchecked returns
From: Johannes Schindelin via GitGitGadget <hidden>
Date: 2026-07-14 22:48:47
This is the next batch of fixes in response to issues reported by Coverity. Johannes Schindelin (11): http: die on curl_easy_duphandle failure in get_active_slot config: propagate launch_editor() failure in show_editor() reftable/block: check deflateInit() return value reftable tests: check reftable_table_init_ref_iterator() return last-modified: handle repo_parse_commit() failures compat/pread: check initial lseek for errors transport-helper: check dup() return in get_exporter transport-helper: warn when export-marks file cannot be finalized bisect: check strbuf_getline_lf return when reading terms bisect: check get_terms return at all call sites bisect: handle dup() failure when redirecting stdout bisect.c | 6 ++++-- builtin/bisect.c | 27 +++++++++++++++++++++++++-- builtin/config.c | 5 ++++- builtin/last-modified.c | 9 ++++++--- compat/pread.c | 2 ++ http.c | 2 ++ reftable/block.c | 3 ++- t/unit-tests/u-reftable-table.c | 6 ++++-- transport-helper.c | 6 +++++- 9 files changed, 54 insertions(+), 12 deletions(-) base-commit: 55526a18268bbc1ddaf8a6b7850c33d984eac9e9 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-2179%2Fdscho%2Fcoverity-fixes-unchecked-returns-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-2179/dscho/coverity-fixes-unchecked-returns-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/2179 -- gitgitgadget