mbox series

[v2,0/4] Audio: misc fixes for "Audio 20190821 patches"

Message ID cover.1566847960.git.DirtY.iCE.hu@gmail.com
Headers show
Series Audio: misc fixes for "Audio 20190821 patches" | expand

Message

=?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= Aug. 26, 2019, 7:59 p.m. UTC
Hi,

This is the second iteration of my "random fixes" patchset.  Compared to
v1, this has a new patch, fixing the memory error caused by an invalid
malloc.

Regards,
Zoltan

Kővágó, Zoltán (4):
  audio: fix invalid malloc size in audio_create_pdos
  audio: omitting audiodev= parameter is only deprecated
  audio: paaudio: fix client name
  audio: paaudio: ability to specify stream name

 qemu-deprecated.texi |  7 +++++++
 qapi/audio.json      |  6 ++++++
 audio/audio.c        | 10 +++++-----
 audio/paaudio.c      |  6 +++---
 4 files changed, 21 insertions(+), 8 deletions(-)

Comments

Maxim Levitsky Aug. 26, 2019, 9:43 p.m. UTC | #1
On Mon, 2019-08-26 at 21:59 +0200, Kővágó, Zoltán wrote:
> Hi,
> 
> This is the second iteration of my "random fixes" patchset.  Compared to
> v1, this has a new patch, fixing the memory error caused by an invalid
> malloc.
> 
> Regards,
> Zoltan
> 
> Kővágó, Zoltán (4):
>   audio: fix invalid malloc size in audio_create_pdos
>   audio: omitting audiodev= parameter is only deprecated
>   audio: paaudio: fix client name
>   audio: paaudio: ability to specify stream name
> 
>  qemu-deprecated.texi |  7 +++++++
>  qapi/audio.json      |  6 ++++++
>  audio/audio.c        | 10 +++++-----
>  audio/paaudio.c      |  6 +++---
>  4 files changed, 21 insertions(+), 8 deletions(-)
> 

With that patch series everything works as expected.
No more heap corruption when I don't use audiodev.
Thanks!


Best regards,
	Maxim Levitsky