On Mon, 17 Nov 2025 at 20:54, Wander Lairson Costa <[email protected]> wrote: > Add checks for the return value of memory allocation functions > and return an error in case of failure. Update the callers to > handle the error properly.
Would you like to consider using fatal("Out of memory") instead of
returning an error code?
Anyway there is no work around for out of memory.
Costa
