Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ASCII85 decoding in a specific case #600

Merged
merged 1 commit into from Jun 12, 2023
Merged

Commits on Jun 10, 2023

  1. Fix ASCII85 decoding in a specific case

    When the start or the end of the string is "<~>". In this case
    we must be sure of the exact position of this substring: e.g.
    when there is no "<~" header but "<~>" at the end, we must not
    remove the first two characters even if "<~" is found somewhere.
    
    Issue: smalot#599
    Seb35 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    51e39f3 View commit details
    Browse the repository at this point in the history