pull/139/merge
safocl 2025-01-30 04:43:14 +04:00 committed by GitHub
commit e94bfe5f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ static int destroy_record(ntfs_volume *nv, const s64 record,
unsigned long int pass, i;
s64 j;
unsigned char * a_offset;
int selected[NPAT];
int selected[NPAT] = {0};
file = (struct ufile *) malloc(sizeof(struct ufile));
if (file == NULL) {