commit 7614e0f6e88b262ccbce1f107e54a8f5b80c0fef from: Omar Polo date: Tue Jan 30 11:43:22 2024 UTC remove stray abort() call; ok stsp commit - bbca1adf04e40d91b98c326953a147a37b94c817 commit + 7614e0f6e88b262ccbce1f107e54a8f5b80c0fef blob - 97321f872de069983725c100f1ac2f900bfbe39e blob + 2309e009560dfaa866d6ee8a0a268e8dbc61a114 --- lib/object_parse.c +++ lib/object_parse.c @@ -284,7 +284,6 @@ got_object_read_raw(uint8_t **outbuf, off_t *size, siz f = fdopen(fd, "r"); if (f == NULL) { err = got_error_from_errno("fdopen"); - abort(); close(fd); goto done; }