aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-26 03:52:29 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-26 03:56:45 +0200
commitad527a64f93dca12f6aabab2ca99ae5eb352ab4b (patch)
treee6a3fa7cfa027cffec53d2976c6559ecca5e068d /include
parent85f05cc57ffa0a863d9d9b23e73acea9410b2937 (diff)
downloadqpdf-ad527a64f93dca12f6aabab2ca99ae5eb352ab4b.tar.zst
Parse iteratively to avoid stack overflow (fixes #146)
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 7763a666..344f6a94 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -667,7 +667,6 @@ class QPDFObjectHandle
std::string const& object_description,
QPDFTokenizer& tokenizer, bool& empty,
StringDecrypter* decrypter, QPDF* context,
- bool in_array, bool in_dictionary,
bool content_stream);
static void parseContentStream_internal(
PointerHolder<Buffer> stream_data,