ソースを参照

Skip entries in case fstatat() fails, do not exit

master
Arun Prakash Jana 7年前
コミット
968beb434a
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加3行の削除
  1. +2
    -3
      nnn.c

+ 2
- 3
nnn.c ファイルの表示

@@ -1814,9 +1814,8 @@ dentfill(char *path, struct entry **dents,
continue;

if (fstatat(fd, namep, &sb, AT_SYMLINK_NOFOLLOW) == -1) {
if (*dents)
free(*dents);
errexit();
DPRINTF_S(namep);
continue;
}

if (n == total_dents) {


読み込み中…
キャンセル
保存