Files
godot/core/io
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
..
2021-02-11 15:44:28 -03:00
2021-02-11 15:44:28 -03:00
2021-02-12 12:16:37 -03:00
2021-06-03 22:58:40 +07:00
2021-01-01 20:19:21 +01:00
2021-04-30 17:38:02 -03:00
2021-04-30 17:38:02 -03:00
2021-05-25 11:54:28 +01:00
2021-01-01 20:19:21 +01:00