mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-11 17:53:37 +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…
x
Reference in New Issue
Block a user