mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibIMAP: Propagate OOM errors from decode_quoted_printable()
This commit is contained in:
parent
7d412983a8
commit
f068ddb79f
5 changed files with 12 additions and 12 deletions
|
@ -11,6 +11,6 @@
|
|||
extern "C" int LLVMFuzzerTestOneInput(uint8_t const* data, size_t size)
|
||||
{
|
||||
auto quoted_printable_string = StringView(static_cast<unsigned char const*>(data), size);
|
||||
IMAP::decode_quoted_printable(quoted_printable_string);
|
||||
(void)IMAP::decode_quoted_printable(quoted_printable_string);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue