Commit graph

4 commits

Author SHA1 Message Date
6c57a4d03c feat: safer `free()'s
`free' allocated buffers only on success inside the main loop, and
`free' them on error inside their respective functions

(fixes an UB where an already freed buffer is freed again in the main
loop)
2022-11-23 10:07:11 +01:00
de51c9830a fix(bin.c): safer generate_id()
set next byte of ID to zero each time a new character is appended to
prevent undefined behaviours.
2022-11-21 19:31:20 +01:00
87fcd5a435 fix(bin.c): remove trailing line in description 2022-11-21 14:44:55 +01:00
8453d41a00 feat: First stable release 2022-11-21 10:43:22 +01:00