Arun Prakash Jana
6 년 전
No known key found for this signature in database
GPG 키 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); |
|
|
|