Skip to content

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

Open
paxcut wants to merge 1 commit intomasterfrom
fix/past_eof
Open

fix: Detection of having reached the end of file was not done correctly. #232
paxcut wants to merge 1 commit 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

…ly. 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
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