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

MappedBytesStore.sync() silently fails due to a bug. #610 #611

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

peter-lawrey
Copy link
Member

No description provided.

@peter-lawrey peter-lawrey requested a review from tgd March 14, 2024 13:17
Copy link

sonarcloud bot commented Mar 14, 2024

@tgd
Copy link
Contributor

tgd commented Mar 14, 2024

Hi @peter-lawrey what's the bug?

@peter-lawrey
Copy link
Member Author

The bug is that the starting address has to be a multiple of a page; if it isn't, the method returns errno -1, Invalid Argument.

@tgd tgd requested a review from JerryShea March 16, 2024 10:44
Copy link
Contributor

@JerryShea JerryShea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change looks good but I echo @tgd 's comment - what's the bug? Can we change the description?

@peter-lawrey peter-lawrey merged commit 9161ab8 into develop Mar 18, 2024
8 of 11 checks passed
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

3 participants