Re: [Qemu-devel] [PATCH] audio: fix integer overflow expression

2011-05-31 Thread Andreas Färber
Am 31.05.2011 um 19:28 schrieb Peter Maydell: From: Juha Riihimäki Fix an integer overflow that can happen for signed 32 bit types when using FLOAT_MIXENG. (Note that at the moment this is only true when using the MacOSX coreaudio audio driver.) Missing Riku's SoB compared to the link you g

Re: [Qemu-devel] [PATCH] audio: fix integer overflow expression

2011-05-31 Thread malc
On Tue, 31 May 2011, Peter Maydell wrote: > From: Juha Riihim?ki > > Fix an integer overflow that can happen for signed 32 bit types > when using FLOAT_MIXENG. (Note that at the moment this is only true > when using the MacOSX coreaudio audio driver.) > > Signed-off-by: Juha Riihim?ki > Review

Re: [Qemu-devel] [PATCH] audio: fix integer overflow expression

2011-05-31 Thread Peter Maydell
This definitely had malc on the cc list when I sent it; as far as I can tell the mailing list server ate that cc... -- PMM On 31 May 2011 18:28, Peter Maydell wrote: > From: Juha Riihimäki > > Fix an integer overflow that can happen for signed 32 bit types > when using FLOAT_MIXENG. (Note that

[Qemu-devel] [PATCH] audio: fix integer overflow expression

2011-05-31 Thread Peter Maydell
From: Juha Riihimäki Fix an integer overflow that can happen for signed 32 bit types when using FLOAT_MIXENG. (Note that at the moment this is only true when using the MacOSX coreaudio audio driver.) Signed-off-by: Juha Riihimäki Reviewed-by: Peter Maydell --- I'm trying to get random patches