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

Fixes for midi input #1979

Merged
merged 1 commit into from Jan 7, 2022
Merged

Fixes for midi input #1979

merged 1 commit into from Jan 7, 2022

Conversation

Copy link
Contributor

@ts-korhonen ts-korhonen commented Jan 7, 2022

Summary

Fix buffer overflow on midi input messages by passing length of the message.
Detect sysex messages by the first byte instead of length.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

- Fix buffer overflow in midi input messages
- Detect sysex messages by starting byte instead of length
@dhrdlicka dhrdlicka merged commit e9332cf into 86Box:master Jan 7, 2022
29 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

2 participants