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 a possible overflow in EXI_DeviceIPL. #678

Merged
merged 2 commits into from Jul 29, 2014

Conversation

lioncash
Copy link
Member

The limited size buffer can also be entirely removed and replaced with a string as well (allowing for more code cull), however I didn't know if the buffer was specifically enforced as 256 characters to represent hardware/software or something.

delroth added a commit that referenced this pull request Jul 29, 2014
Fix a possible overflow in EXI_DeviceIPL.
@delroth delroth merged commit c0e8d98 into dolphin-emu:master Jul 29, 2014
@lioncash lioncash deleted the overflow branch July 29, 2014 23:44
@Sonicadvance1
Copy link
Contributor

It's an arbitrary limit that can be replaced with a string.
LGTM for this change though, unless you want to change it to a string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants