This commit is contained in:
Your Name 2024-06-23 15:08:17 +03:00
parent d34dcdd8be
commit c1b916a4b6
2 changed files with 3 additions and 1 deletions

3
TODO
View File

@ -37,7 +37,7 @@ Loginutils:
groupctl
getty
Modutils (linux only):
Modutils:
insmod
rmmod
lsmod
@ -47,6 +47,7 @@ Findutils:
find
BUGS:
ls (-l flag with long group/user name)
xargs (getopt with glibc)
FIX:

View File

@ -110,6 +110,7 @@ struct d_node **list(const char *path, off_t *total_size, size_t *nfiles, int *r
if (bckp == NULL) {
free(full_path);
dfree(dn, *nfiles);
closedir(dp);
fprintf(stderr, "ls: realloc: %s\n", strerror(errno));
return NULL;