poppler: exercise the text extraction code (#2121)

This commit is contained in:
tsdgeos 2019-01-29 19:49:38 +01:00 committed by jonathanmetzman
parent 0967d02e5f
commit 8c91ce70cd
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}