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

Memory protection violation fixed if number of found midi devices is greater than declared in MAX_MIDI_DEVICES. #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sq8mvy
Copy link
Contributor

@sq8mvy sq8mvy commented Apr 5, 2021

Memory protection violation fixed if number of found midi devices is greater than declared in MAX_MIDI_DEVICES.
In the case of more subdevices midi (e.g. virmidi - virtual midi has 16 subdevices) on the list there were empty items in the absence of the subdevice name

sq8mvy and others added 2 commits April 5, 2021 16:51
…greater than declared in MAX_MIDI_DEVICES.

In the case of more subdevices midi (e.g. virmidi - virtual midi has 16 subdevices) on the list there were empty items in the absence of the subdevice name.
@andreasdotorg
Copy link
Contributor

Merged to andreasdotorg/linhpsdr. This would be better with an error message on overflow, or even dynamic memory allocation.

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.

2 participants