4 Commits (e4e889334a7767b50f0af735b0b1a2a695168493)

Author SHA1 Message Date
Tom MTT. 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)
2 years ago
Tom MTT. 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.
2 years ago
Tom MTT. 87fcd5a435 fix(bin.c): remove trailing line in description 2 years ago
Tom MTT. 8453d41a00 feat: First stable release 2 years ago