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

Select-instructions are missing instrumentation to track control flow #6541

Open
hbrodin opened this issue Feb 3, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@hbrodin
Copy link
Collaborator

hbrodin commented Feb 3, 2023

There is no explicit handling of the select IR instruction. That is needed to capture that a tainted condition affects control flow. Taint will likely be propagated through the select by regular DFSAN instrumentation.

@hbrodin hbrodin added the bug Something isn't working label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant