dolphin/Source
Peter Lafreniere 3da2e15e6b IOFile: avoid clearing errors on null file struct
When performing a default compilation with recent GCC & glibc,
the use of -Werror=nonnull causes a build error.

The error is given as IOFile::ClearError() can call std::clearerr()
with a null file, which can trigger a null-pointer dereference in libc.

Change the std::clearerr() call to be conditional on a file being open.
2024-02-11 20:55:31 -05:00
..
Android Merge pull request #12573 from JosJuice/android-wii-menu-download-size 2024-02-11 13:52:01 -05:00
Core IOFile: avoid clearing errors on null file struct 2024-02-11 20:55:31 -05:00
DSPSpy
DSPTool
PCH bump minimum VS version to 17.6 2023-05-16 20:21:36 -07:00
UnitTests Migrate SConfig::bWii to System. 2024-01-31 12:54:07 +01:00
VSProps Remove redundant 32-bit code 2023-11-28 23:03:26 +11:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Externals: add tinygltf, a library used to load or save GLTF mesh files 2024-02-11 13:26:39 -06:00