alsa-lib/src/seq
Takashi Iwai dc1e683cc2 seq: Fix wrong seq version update at snd_seq_hw_get_client_info()
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: 2aefb5c41c ("seq: Add UMP support")
Closes: https://github.com/alsa-project/alsa-utils/issues/232
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2023-08-26 21:38:13 +02:00
..
Makefile.am autotools: update style 2014-02-26 08:16:22 +01:00
seq.c seq: ump: Fix typo in function name containing "group" 2023-07-28 17:35:02 +02:00
seq_event.c Remove sequencer instrument layer 2007-10-30 12:31:55 +01:00
seq_hw.c seq: Fix wrong seq version update at snd_seq_hw_get_client_info() 2023-08-26 21:38:13 +02:00
seq_local.h seq: Add UMP support 2023-06-06 15:13:27 +02:00
seq_midi_event.c add NetBSD/OpenBSD build support (except test/) 2022-10-17 13:11:29 +02:00
seq_old.c Remove sequencer instrument layer 2007-10-30 12:31:55 +01:00
seq_symbols.c Change FSF address (Franklin Street) 2017-11-14 14:29:26 +01:00
seqmid.c seq: Add UMP support 2023-06-06 15:13:27 +02:00