Sweden-Number/dlls/winecoreaudio.drv
Brendan Shanks 1fc8a8f234 winecoreaudio.drv: Only read 'length' bytes from received MIDIPackets.
The Core MIDI MIDIPacket struct is declared with a 256-byte data array,
but this is just for convenience. There may be only one accessible byte,
or there may be more than 256.
Only read 'length' bytes from the packet, and correctly handle a
length > 256.

Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-09 20:15:11 +01:00
..
Makefile.in
audiounit.c
coreaudio.c
coreaudio.h
coremidi.c winecoreaudio.drv: Only read 'length' bytes from received MIDIPackets. 2020-11-09 20:15:11 +01:00
coremidi.h winecoreaudio.drv: Only read 'length' bytes from received MIDIPackets. 2020-11-09 20:15:11 +01:00
midi.c winecoreaudio.drv: Only read 'length' bytes from received MIDIPackets. 2020-11-09 20:15:11 +01:00
mmdevdrv.c mmdevapi: Stub implement IAudioClient3. 2020-10-02 09:59:28 +02:00
winecoreaudio.drv.spec