Download raw body.
fix crash during pack creation in ports.git
On 2023/01/09 16:49:11 +0100, Stefan Sperling <stsp@stsp.name> wrote: > While testing my gotd-session patch with ports.git I came across > unrelated bugs which are fixed by the three commits below. > > The bugs are triggered by a PLIST file in the ports tree which is > 8.5MB in size and hence exceeds GOT_DELTA_RESULT_SIZE_CACHED_MAX. > > To understand the 3rd and final fix, it helps to look at what > got_object_read_raw() in object_parse.c is doing with max_in_mem_size. > > With these changes, gotd can serve clones of ports.git successfully. > > ok? ok funny the third one
fix crash during pack creation in ports.git