mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
LibArchive+Utilities: Stop using DeprecatedString
This also slightly improves error propagation in tar, unzip and zip.
This commit is contained in:
committed by
Sam Atkins
parent
8377adfde0
commit
28c99e7a1f
@@ -14,7 +14,7 @@ extern "C" int LLVMFuzzerTestOneInput(uint8_t const* data, size_t size)
|
||||
if (!zip_file.has_value())
|
||||
return 0;
|
||||
|
||||
zip_file->for_each_member([](auto&) {
|
||||
(void)zip_file->for_each_member([](auto&) {
|
||||
return IterationDecision::Continue;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user