mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 15:46:36 +00:00

Summary: If the user deallocates an RPC device this can sometimes fail if the RPC server is still running. This will happen if the modification happens while the server is still checking it. This patch adds a mutex to guard modifications to it.