chore: add note to self

untar creates parent dirs only for regular files now, not symlinks/hard links/FIFOs/etc
This commit is contained in:
apio 2023-02-25 20:30:31 +01:00
parent 7e42b10078
commit f6507e5461
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -18,6 +18,7 @@
#include <sys/sysmacros.h>
#include <unistd.h>
// NOTE: This should be done for all entries, not just regular files
static int create_parent_recursively(const char* path)
{
char* path_copy = strdup(path);