mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
xml_lpm_fuzzer: Add trailing newline
This commit is contained in:
parent
ea492aa54d
commit
ea98a87971
2 changed files with 2 additions and 2 deletions
|
@ -432,4 +432,4 @@ DEFINE_TEXT_PROTO_FUZZER(const xml_lpm_fuzzer::Testcase& testcase) {
|
|||
}
|
||||
|
||||
XML_ParserFree(parser);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,4 +54,4 @@ message Testcase {
|
|||
required Encoding encoding = 1;
|
||||
repeated Action actions = 2;
|
||||
repeated int32 fail_allocations = 3;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue