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

Fixed incorrect rollover after copy #1

Open
wants to merge 4 commits into
base: develop-feature-overwrite
Choose a base branch
from

Conversation

jnz86
Copy link
Owner

@jnz86 jnz86 commented Jan 16, 2023

If the copy operation ended at the last spot in a write buffer, it would be equal to size instead of rolled back to zero.

Now while copying bytes, watches for rollover after the copy operation.

MaJerle and others added 4 commits January 4, 2023 22:06

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Develop feature overwrite

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
If the copy operation ended at the last spot in a write buffer, it would be equal to `size` instead of rolled back to zero. 

Now while copying bytes, watches for rollover after the copy operation.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants