Files
melonDS/src/frontend
Rayyan Ansari 0e4d082361 ROMManager: initialise filedata to nullptr
If a user manages to open a file as a ROM that is greater than 1 GiB,
it will cause a segmentation fault (a crash) in LoadROM due to a delete
being called on an uninitialised pointer, which is undefined behaviour.

Initialise filedata to nullptr to prevent this, as deleting a null
pointer is defined as a no-op.
2023-11-05 20:21:16 +00:00
..
2022-10-17 22:55:11 +02:00
2023-11-04 00:21:46 +01:00
2023-11-04 00:21:46 +01:00
2023-11-04 00:21:46 +01:00
2023-11-04 00:21:46 +01:00