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 bit shift overflow when reading cartridge size from header #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clobber
Copy link

@clobber clobber commented Nov 21, 2019

left shift count >= width of type

With optimization on, cartridge_size will result in garbage/undefined behavior and break loading of games not found in the database, because the size will always be > 131072 and wrongly identify cartridge_type as CARTRIDGE_TYPE_SUPERCART_LARGE

`left shift count >= width of type`

With optimization on, `cartridge_size` will result in garbage/undefined behavior and break loading of games not found in the database, because the size will always be > 131072 and wrongly identify `cartridge_type` as `CARTRIDGE_TYPE_SUPERCART_LARGE`
@JoeMatt
Copy link

JoeMatt commented Jan 24, 2022

Seems like this is dead, but I merged #1 and #2 into https://github.com/Provenance-Emu/ProSystem1_3

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