2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/file_sys
Lioncash 5c72aa7c4c patch_manager: Prevent use of a dangling pointer within PatchRomFS
fmt::format() returns a std::string instance by value, so calling
.c_str() on it here is equivalent to doing:

auto* ptr = std::string{}.c_str();

The data being pointed to isn't guaranteed to actually be valid anymore
after that expression ends. Instead, we can just take the string as is,
and provide the necessary formatting parameters.
2018-12-11 10:08:13 -05:00
..
system_archive system_archive: Implement open source NgWord2 2018-12-06 10:17:50 -05:00
bis_factory.cpp bis_factory: Add getter for mod dump root for a title ID 2018-10-29 16:08:03 -04:00
bis_factory.h bis_factory: Add getter for mod dump root for a title ID 2018-10-29 16:08:03 -04:00
card_image.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
card_image.h file_sys/card_image: Provide named members for the GamecardInfo struct 2018-11-20 18:40:53 -05:00
content_archive.cpp content_archive: Add optional KeyManager parameter to constructor 2018-11-01 20:22:29 -04:00
content_archive.h content_archive: Add optional KeyManager parameter to constructor 2018-11-01 20:22:29 -04:00
control_metadata.cpp control_metadata: Correct typo in language name (Portugese -> Portuguese) 2018-11-27 13:21:46 -05:00
control_metadata.h control_metadata: Add GetRawBytes function to NACP 2018-10-29 13:54:38 -04:00
directory.h file_sys/directory: Amend path buffer size for directory entries 2018-12-02 23:15:58 -05:00
errors.h file_sys/errors: Remove currently unused filesystem error codes 2018-11-16 00:18:22 -05:00
fsmitm_romfsbuild.cpp
fsmitm_romfsbuild.h general: Remove unused boost inclusions where applicable 2018-10-30 00:09:46 -04:00
ips_layer.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
ips_layer.h
mode.h
nca_metadata.cpp
nca_metadata.h
nca_patch.cpp
nca_patch.h
partition_filesystem.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
partition_filesystem.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
patch_manager.cpp patch_manager: Prevent use of a dangling pointer within PatchRomFS 2018-12-11 10:08:13 -05:00
patch_manager.h patch_manager: Obey disabled add-ons list when patching game 2018-12-03 17:21:25 -05:00
program_metadata.cpp
program_metadata.h
registered_cache.cpp file_sys/registered_cache: Eliminate variable shadowing 2018-12-01 23:50:13 -05:00
registered_cache.h file_sys/registered_cache: Remove unused <map> include 2018-11-27 16:33:18 -05:00
romfs.cpp
romfs.h
romfs_factory.cpp filesystem: De-globalize registered_cache_union 2018-12-01 23:43:23 -05:00
romfs_factory.h
savedata_factory.cpp savedata_factory: Add support for CacheStorage 2018-12-07 08:47:32 -05:00
savedata_factory.h file_sys/save_data_factory: Update SaveDataSpaceId enum 2018-12-07 18:52:18 -05:00
sdmc_factory.cpp
sdmc_factory.h
submission_package.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
submission_package.h file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
vfs.cpp file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 2018-11-30 23:52:56 -05:00
vfs.h file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 2018-11-30 23:52:56 -05:00
vfs_concat.cpp
vfs_concat.h
vfs_layered.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_layered.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_offset.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_offset.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_real.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_real.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_static.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_types.h
vfs_vector.cpp file_sys: Implement system archive synthesizer for NgWord (806) 2018-11-22 21:39:10 -05:00
vfs_vector.h file_sys: Implement system archive synthesizer for NgWord (806) 2018-11-22 21:39:10 -05:00
xts_archive.cpp vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
xts_archive.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00