-
Notifications
You must be signed in to change notification settings - Fork 561
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
i#6662 encodings2regdeps: data race bug fix #6809
Commits on May 13, 2024
-
i#6662 encodings2regdeps: data race bug fix
Fixes a data race due to multiple dr_standalone_init() done in parallel (per shard) by encodings2regdeps_filter_t. dcontext is now initialize one time by record_filter_t and passed to its filters through the record_filter_info_t interface. Issue #6662
Configuration menu - View commit details
-
Copy full SHA for cc8c652 - Browse repository at this point
Copy the full SHA cc8c652View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3acdad - Browse repository at this point
Copy the full SHA d3acdadView commit details -
"<unable to determine lib path for cross-arch execve>"
is expected in dcontext_t initialization when running record_filter_launcher.
Configuration menu - View commit details
-
Copy full SHA for a3ae0e7 - Browse repository at this point
Copy the full SHA a3ae0e7View commit details -
Added mutex to guard the setting of isa_mode as
DR_ISA_REGDEPS in opcode_mix dcontext.
Configuration menu - View commit details
-
Copy full SHA for c928cb2 - Browse repository at this point
Copy the full SHA c928cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9533abe - Browse repository at this point
Copy the full SHA 9533abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3069fdc - Browse repository at this point
Copy the full SHA 3069fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b2d19a - Browse repository at this point
Copy the full SHA 5b2d19aView commit details -
Checking dcontext isa_mode before setting it to avoid
data race when we read the dcontext isa_mode in decode().
Configuration menu - View commit details
-
Copy full SHA for c0c0d9c - Browse repository at this point
Copy the full SHA c0c0d9cView commit details
Commits on May 15, 2024
-
Added and improved comments on dcontext and opcode_mix use of
deprecated methods.
Configuration menu - View commit details
-
Copy full SHA for c543b83 - Browse repository at this point
Copy the full SHA c543b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9970254 - Browse repository at this point
Copy the full SHA 9970254View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc63f2b - Browse repository at this point
Copy the full SHA dc63f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3112def - Browse repository at this point
Copy the full SHA 3112defView commit details