Merge "Fix libutils_fuzz_string8 deadlock." into main
This commit is contained in:
commit
435b520bf0
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ std::vector<std::function<void(FuzzedDataProvider*, android::String8*, android::
|
|||
str1->toLower();
|
||||
},
|
||||
[](FuzzedDataProvider*, android::String8* str1, android::String8* str2) -> void {
|
||||
if (str2->size() == 0) return;
|
||||
|
||||
str1->removeAll(str2->c_str());
|
||||
},
|
||||
[](FuzzedDataProvider*, android::String8* str1, android::String8* str2) -> void {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue