virtualx-engine/drivers
Rémi Verschelde 01d5c463be
FileAccess: Don't err in store_buffer with buffer of size 0
The error check was added for `FileAccessUnix` but it's not an error when both
`p_src` and `p_length` are zero.

Added correct error checks to all implementations to prevent the actual
erroneous case: `p_src` is nullptr but `p_length > 0` (risk of null pointer
indexing).

Fixes #33564.
2021-06-07 18:34:00 +02:00
..
alsa
alsamidi
coreaudio
coremidi
png
pulseaudio
spirv-reflect
unix FileAccess: Don't err in store_buffer with buffer of size 0 2021-06-07 18:34:00 +02:00
vulkan
wasapi
windows FileAccess: Don't err in store_buffer with buffer of size 0 2021-06-07 18:34:00 +02:00
winmidi
xaudio2
register_driver_types.cpp
register_driver_types.h
SCsub