mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Prevent duplicates when "." or ".." occurs
This commit is contained in:
parent
fd5e42698c
commit
b245931c79
@ -77,6 +77,7 @@ cpio::cpio(const char *filename) {
|
||||
delete entry;
|
||||
if (trailer)
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
arr.push_back(entry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user