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

EPUB: fix possible buffer overflow #572

Merged
merged 5 commits into from
Jun 27, 2024

Commits on Jun 24, 2024

  1. lvstream: add helper to read the whole stream

    Necessary for cases where we can't be sure of the full size:
    e.g. when the data is compressed with no information about
    the unpacked size.
    benoit-pierre committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    019e9f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1dbe2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    006fbb5 View commit details
    Browse the repository at this point in the history
  4. EPUB: fix possible buffer overflows

    Fix `AdobeDemanglingStream` & `IdpfDemanglingStream` implementations.
    benoit-pierre committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a4b34c4 View commit details
    Browse the repository at this point in the history
  5. EPUB: improve support for obfuscated fonts

    The unobfuscated data of some obfuscated (possibly compressed)
    fonts can sometime itself be a raw DEFLATE compressed stream.
    benoit-pierre committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7b6deb3 View commit details
    Browse the repository at this point in the history