mirror of https://github.com/google/oss-fuzz.git
poppler: exercise the text extraction code (#2121)
This commit is contained in:
parent
0967d02e5f
commit
8c91ce70cd
|
@ -41,6 +41,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
continue;
|
||||
}
|
||||
r.render_page(p);
|
||||
p->text_list();
|
||||
delete p;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue