yuzu/src
ReinUsesLisp f6cb128eac shader_cache: Fix use-after-free and orphan invalidation cache entries
This fixes some cases where entries could have been removed multiple
times reading freed memory. To address this issue this commit removes
duplicates from entries marked for removal and sorts out the removal
process to fix another use-after-free situation.

Another issue fixed in this commit is orphan invalidation cache entries.
Previously only the entries that were invalidated in the current
operations had its entries removed. This led to more use-after-free
situations when these entries were actually invalidated but referenced
an object that didn't exist.
2020-07-01 18:16:53 -03:00
..
audio_core Audio: Correct buffer release for host timing. 2020-06-27 11:36:23 -04:00
common common: switch to nullptr for sysctl's empty new value 2020-06-30 23:00:18 +00:00
core Merge pull request #3967 from FearlessTobi/keys-singleton 2020-07-01 14:16:26 +10:00
input_common input_common/motion_emu: Remove redundant move 2020-06-19 14:29:59 +01:00
tests Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
video_core shader_cache: Fix use-after-free and orphan invalidation cache entries 2020-07-01 18:16:53 -03:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #3967 from FearlessTobi/keys-singleton 2020-07-01 14:16:26 +10:00
yuzu_cmd General: Setup yuzu threads' microprofile, naming and registry. 2020-06-27 11:35:09 -04:00
yuzu_tester General: Setup yuzu threads' microprofile, naming and registry. 2020-06-27 11:35:09 -04:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00