Skip to content

fix: Detection of having reached the end of file was not done correctly. #232

Merged
paxcut merged 4 commits intomasterfrom
fix/past_eof
Apr 13, 2026
Merged

fix: Detection of having reached the end of file was not done correctly. #232
paxcut merged 4 commits intomasterfrom
fix/past_eof

Conversation

@paxcut
Copy link
Copy Markdown
Collaborator

@paxcut paxcut commented Apr 12, 2026

All changes revolve around the fact that the last address of any input file is

baseAddress + fileSize - 1 when size > 0 and
baseAddress when size == 0

@paxcut paxcut merged commit c40b98c into master Apr 13, 2026
7 of 9 checks passed
@paxcut paxcut deleted the fix/past_eof branch April 13, 2026 12:16
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.

1 participant