dolphin/Source/Android/jni
JosJuice 8e363c0995 Android: Translate C++ "w" to ParcelFileDescriptor "wt"
Previously we were translating "w" to "w", which unlike in C++ doesn't
truncate. See https://issuetracker.google.com/issues/180526528, and for
reference, https://en.cppreference.com/w/cpp/io/c/fopen and
https://en.cppreference.com/w/cpp/io/basic_filebuf/open.

This issue was brought to my attention by the recently published issue
CVE-2023-21036 in the screenshot editing tool on Pixel phones. I'm not
aware of any code in Dolphin that actually uses "w" with an existing
file on Android (when we ask the user for a location to save to using
SAF, a new file is always created), but still, best to fix this.
2023-03-18 13:44:01 +01:00
..
AndroidCommon Android: Translate C++ "w" to ParcelFileDescriptor "wt" 2023-03-18 13:44:01 +01:00
Cheats Android: Convert GeckoCheat to Kotlin 2023-03-01 13:35:14 -05:00
Config Android: Remove support for the old config system 2023-03-11 17:51:59 +01:00
GameList Android: Make more meticulous use of DeleteLocalRef 2022-12-27 22:03:44 +01:00
Input Android: Change how the overlay controller setting works 2023-03-07 17:39:34 +01:00
CMakeLists.txt Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
IniFile.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MainAndroid.cpp Merge pull request #11385 from JosJuice/android-input-overhaul 2023-03-11 12:37:44 +01:00
RiivolutionPatches.cpp Android: Add Riivolution patch configuration 2021-10-30 23:24:37 +02:00
SkylanderConfig.cpp Android: Add Skylanders Portal 2023-02-02 21:16:14 +13:00
WiiUtils.cpp Common/FatFsUtil: Add callback for cancelling SD card conversion. 2023-02-28 20:31:51 +01:00