libUFN/inc-c/ufn
Eric-Paul Ickhorn a5e78dca9a bugfix(arena): Fixed crash-bug which is triggered by cloning a string into a full arena.
When allocating in a full arena, the function 'ufn_arena_alloc' returns NULL.
Up to now, the string-clone function would try to copy to there.
Now it returs NULL as string-copy when that would've happened.
2024-05-23 00:58:02 +02:00
..
ufn_arena.h bugfix(arena): Fixed crash-bug which is triggered by cloning a string into a full arena. 2024-05-23 00:58:02 +02:00