[Qemu-devel] [PATCH v2 0/4] Audio: misc fixes for "Audio 20190821 patches"

Kővágó, Zoltán posted 4 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1566847960.git.DirtY.iCE.hu@gmail.com
qemu-deprecated.texi |  7 +++++++
qapi/audio.json      |  6 ++++++
audio/audio.c        | 10 +++++-----
audio/paaudio.c      |  6 +++---
4 files changed, 21 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH v2 0/4] Audio: misc fixes for "Audio 20190821 patches"
Posted by Kővágó, Zoltán 4 years, 8 months ago
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(-)

-- 
2.22.0


Re: [Qemu-devel] [PATCH v2 0/4] Audio: misc fixes for "Audio 20190821 patches"
Posted by Maxim Levitsky 4 years, 8 months ago
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