-
Notifications
You must be signed in to change notification settings - Fork 75
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
no protect for mutiple threads #10
Comments
Could you be more specific? |
For example, for a process consisting of multiple threads, when you continue the process, multiple threads may all execute this segment of code. It leads to several problems:
Maybe steps should be like this:
|
IIUC, there is no execute-while-writing race condition if you use the cgroup freezer stop method. However, when the threads are restarted, you are correct that multiple threads could theoretically enter the shellcode simultaneously. Do you have a test program that exhibits this behaviour? |
No description provided.
The text was updated successfully, but these errors were encountered: