From 0e51a9aca61dfc2cc44bf19a6ba23d423d7f204c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 28 Aug 2019 22:48:55 -0400 Subject: Don't encrypt trailer, fixes fuzz issue 15983 Ordinarily the trailer doesn't contain any strings, so this is usually a non-issue, but if the trailer contains strings, linearizing and encrypting with object streams would include encrypted strings in the trailer, which would blow out the padding because encrypted strings are longer than their cleartext counterparts. --- fuzz/qpdf_extra/15983.fuzz | Bin 0 -> 830412 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 fuzz/qpdf_extra/15983.fuzz (limited to 'fuzz/qpdf_extra/15983.fuzz') diff --git a/fuzz/qpdf_extra/15983.fuzz b/fuzz/qpdf_extra/15983.fuzz new file mode 100644 index 00000000..7e3366df Binary files /dev/null and b/fuzz/qpdf_extra/15983.fuzz differ -- cgit v1.2.3-70-g09d2