Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSH fix: Fix sys_fs_fcntl default_sys_fs_container use #14918

Merged
merged 1 commit into from Dec 20, 2023

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Dec 20, 2023

Fixes VSH crash due to uninitialized mutex use due to default_sys_fs_container not being default-constructible (so it was not initialized via g_fxo->init())due to it having a deleted constructor, I removed the explicit constructor erasure instead of declaring a default constructor due to shared_mutex already being non-copyable. Bug was found on discord using this log file:
VSH.log.gz

@elad335 elad335 merged commit 8591529 into RPCS3:master Dec 20, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant