Menu

#16 StackOverflow v0.1.0 .NET

closed-fixed
None
5
2011-04-17
2011-03-07
No

Given a compressed PDF (which requires version PDF1.5) if the first line of the PDF file reflects a lower version (e.g. PDF1.3) PDF clown will cause a stack overflow when it tries to change the document version from 1.3 to 1.5 as it infinitely recurses from the Document.Version setter back into CheckCompatibility.

I've attached a diff file with a potential fix which disables compatibility checking while the CheckCompatibility function adjusts the version information

Discussion

  • Matt Linebaugh

    Matt Linebaugh - 2011-03-07
     
  • Stefano Chizzolini

    • assigned_to: nobody --> stechio
    • status: open --> closed-fixed
     
  • Stefano Chizzolini

    Fixed on trunk and 0.1.0-Fix branch.

     

Log in to post a comment.