mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
LibCompress: Port GzipDecompressor to Core::Stream
This commit is contained in:
committed by
Linus Groh
parent
4e7da96d58
commit
f93c7fbb5e
@@ -10,5 +10,5 @@
|
||||
extern "C" int LLVMFuzzerTestOneInput(uint8_t const* data, size_t size)
|
||||
{
|
||||
auto result = Compress::GzipDecompressor::decompress_all(ReadonlyBytes { data, size });
|
||||
return result.has_value();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user