motoharu-gosuto / psvgamesd

User application and kernel plugin that allow to produce game card dumps and run them.
MIT License
104 stars 12 forks source link

Insert/Remove state in user app - order should be correct #29

Open motoharu-gosuto opened 7 years ago

motoharu-gosuto commented 7 years ago

There are places where insert state mutex variable is set before real insertion happens. In theory it is not quite safe if there are some timing issues. This should be fixed after all mutex vars are placed to separate file and code is slightly refactored.