Re: [pulseaudio-discuss] [PATCH] alsa-util: don't crash on devices with more than 32 channels

2017-03-23 Thread Arun Raghavan
On Thu, 23 Mar 2017, at 03:27 PM, Arun Raghavan wrote: > > > On Tue, 31 Jan 2017, at 07:39 PM, Tanu Kaskinen wrote: > > On Sun, 2017-01-29 at 10:36 +0900, Takashi Sakamoto wrote: > > > On Jan 29 2017 01:08, Tanu Kaskinen wrote: > > > > The pa_channel_map_init_extend() call later in the function

Re: [pulseaudio-discuss] [PATCH] alsa-util: don't crash on devices with more than 32 channels

2017-03-23 Thread Arun Raghavan
On Tue, 31 Jan 2017, at 07:39 PM, Tanu Kaskinen wrote: > On Sun, 2017-01-29 at 10:36 +0900, Takashi Sakamoto wrote: > > On Jan 29 2017 01:08, Tanu Kaskinen wrote: > > > The pa_channel_map_init_extend() call later in the function crashes if > > > if ss->channels is greater than PA_CHANNELS_MAX. >

Re: [pulseaudio-discuss] [PATCH] alsa-util: don't crash on devices with more than 32 channels

2017-01-31 Thread Tanu Kaskinen
On Sun, 2017-01-29 at 10:36 +0900, Takashi Sakamoto wrote: > On Jan 29 2017 01:08, Tanu Kaskinen wrote: > > The pa_channel_map_init_extend() call later in the function crashes if > > if ss->channels is greater than PA_CHANNELS_MAX. > > > > Reported here: > > https://lists.freedesktop.org/archives/

Re: [pulseaudio-discuss] [PATCH] alsa-util: don't crash on devices with more than 32 channels

2017-01-28 Thread Takashi Sakamoto
On Jan 29 2017 01:08, Tanu Kaskinen wrote: The pa_channel_map_init_extend() call later in the function crashes if if ss->channels is greater than PA_CHANNELS_MAX. Reported here: https://lists.freedesktop.org/archives/pulseaudio-discuss/2017-January/027404.html --- src/modules/alsa/alsa-util.c |

[pulseaudio-discuss] [PATCH] alsa-util: don't crash on devices with more than 32 channels

2017-01-28 Thread Tanu Kaskinen
The pa_channel_map_init_extend() call later in the function crashes if if ss->channels is greater than PA_CHANNELS_MAX. Reported here: https://lists.freedesktop.org/archives/pulseaudio-discuss/2017-January/027404.html --- src/modules/alsa/alsa-util.c | 7 +++ 1 file changed, 7 insertions(+)