[alsa-devel] mixer: Fix memory leak for more than 16 file descriptor case
6 Jan
2020
6 Jan
'20
10:39 p.m.
alsa-project/alsa-lib pull request #20 was opened from dfries:
I saw this when digging through the source code, wrote up a test case, and verified with valgrind. I don't have that many sound cards so I modified mixer.c to always take the conditional. alloca seemed like the least effort way to fix this. Other thoughts were to test pfds != spfds and free, but given how little bytes would be allocated putting on the stack seems reasonable.
Request URL : https://github.com/alsa-project/alsa-lib/pull/20 Patch URL : https://github.com/alsa-project/alsa-lib/pull/20.patch Repository URL: https://github.com/alsa-project/alsa-lib
1824
Age (days ago)
1824
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub pull_request - opened