DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.59k stars 552 forks source link

Fix TESTANY parameter error in type_filter_t #6653

Closed derekbruening closed 5 months ago

derekbruening commented 5 months ago

Fixes an error where type_filter_t inverted the flag and value parameters to TESTANY. This was found by inspection and was not observed to have caused any problems (TESTALL would have cared about the order but for TESTANY the order ends up not mattering).