LibUFN is a library of micro-functionalities (µFN).
Go to file
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
inc-c/ufn bugfix(arena): Fixed crash-bug which is triggered by cloning a string into a full arena. 2024-05-23 00:58:02 +02:00
LICENSE Initial commit 2024-05-22 22:06:47 +00:00
README.md Initial commit 2024-05-22 22:06:47 +00:00

README.md

libUFN

LibUFN is a library of micro-functionalities (µFN).