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 buffer pointer alignment #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. Create .gitattributes

    mjmeans committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ba7b81a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Revert "Create .gitattributes"

    This reverts commit ba7b81a.
    mjmeans committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9779a0c View commit details
    Browse the repository at this point in the history
  2. Fix buffer pointer alignment

    DSFID pointer increment must not be skipped when when not in DEBUG or the memory page since this results in decoding errors for the rest of the buffer. For example the number of memory pages and page size in bytes is wrong when the DSFID *p++ is not executed.
    mjmeans committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5de5b8b View commit details
    Browse the repository at this point in the history