aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/qpdf_extra/15983.fuzz
AgeCommit message (Collapse)Author
2019-08-29Don't encrypt trailer, fixes fuzz issue 15983Jay Berkenbilt
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.