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

2011-05-31 Thread Andreas Färber
Am 31.05.2011 um 20:40 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.) Signed-off-by: Juha Riihimäki [Peter Maydell:

[Qemu-devel] [PATCH v2] 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 [Peter Maydell: Removed unnecessary casts] Signed-off-by: Peter M

Re: [Qemu-devel] [PATCH v2] 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 > [Peter