Parcourir la source

Comment on dirents deep copy

master
lostd il y a 10 ans
Parent
révision
368b43572d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      noice.c

+ 1
- 0
noice.c Voir le fichier

@@ -234,6 +234,7 @@ begin:
if (strcmp(dp->d_name, ".") == 0
|| strcmp(dp->d_name, "..") == 0)
continue;
/* Deep copy because readdir(3) reuses the entries */
dents = realloc(dents, (n + 1) * sizeof(*dents));
if (dents == NULL)
printerr(1, "realloc");


Chargement…
Annuler
Enregistrer