Arun Prakash Jana
6 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: A75979F35C080412
共有
1 個文件被更改,包括
1 次插入 和
2 次删除
-
nnn.c
|
|
@@ -2160,8 +2160,7 @@ static int dentfill(char *path, struct entry **dents, |
|
|
|
total_dents += ENTRY_INCR; |
|
|
|
*dents = xrealloc(*dents, total_dents * sizeof(**dents)); |
|
|
|
if (*dents == NULL) { |
|
|
|
if (pnamebuf) |
|
|
|
free(pnamebuf); |
|
|
|
free(pnamebuf); |
|
|
|
errexit(); |
|
|
|
} |
|
|
|
DPRINTF_P(*dents); |
|
|
|