minitar/examples
apio ae7bf076dc
fix: Avoid leaking all kinds of stuff in examples/pack
Apart from potentionally leaking malloced memory on error,
which isn't too bad since we immediately exit afterwards,
we were leaving all opened files dangling, as fclose() was never called.
2023-12-12 23:27:05 +01:00
..
CMakeLists.txt chore: Add platform-specific example targets 2023-02-05 14:33:59 +01:00
list.c fix: Make the 'list' example show more metadata 2023-02-09 16:40:57 +01:00
pack.c fix: Avoid leaking all kinds of stuff in examples/pack 2023-12-12 23:27:05 +01:00
untar.c fix: Don't create . or .. in the untar example 2023-06-17 12:05:13 +02:00