shithub: riscv

Download patch

ref: 037bc7b4328948994f8b8fa2be487aac1cca835f
parent: b2cd4959fe3695d317b6b75956da55a7f77ed858
author: Ori Bernstein <ori@eigenstate.org>
date: Sat May 18 14:28:17 EDT 2024

gefs: make it impossible for clunkfid to error

in out of memory situations, clunkfid could run
out of memory and error; preallocating moves the
error to fscreate/fsopen, which are prepared to
handle them.