This commit is contained in:
Pheenoh 2024-08-20 11:42:03 -06:00
parent 4bca4a8fc9
commit d9b43a01aa
1 changed files with 1 additions and 0 deletions

View File

@ -701,6 +701,7 @@ namespace kernel32 {
return false;
}
// Early return if pattern is empty
if (handle->pattern.empty()) {
return false;
}