mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
snd_seq_hw_get_client_info() calls mistakenly update_midi_version()
that leads to the update of seq->version from another client info.
It may lead to the inconsistent packet size calculation and the
unaligned read, eventually a program may hit segfault.
Drop the incorrect call of update_midi_version() for fixing it.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| seq.c | ||
| seq_event.c | ||
| seq_hw.c | ||
| seq_local.h | ||
| seq_midi_event.c | ||
| seq_old.c | ||
| seq_symbols.c | ||
| seqmid.c | ||