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

Fix taint analysis select hook with example #39

Merged
merged 3 commits into from
Aug 11, 2023

Conversation

AntDum
Copy link
Contributor

@AntDum AntDum commented Aug 10, 2023

Description

Fixed the select hook, which previously popped 3 values but failed to push any value, resulting in incorrect analysis. This update corrects the behavior of the select hook to ensure it pushes the expected value. Additionally, I have added a new example to demonstrate the corrected behavior.

Changes Made

  • Corrected the select hook to push the appropriate value after popping 3 values.
  • Added a new example showcasing the corrected behavior of the select hook.

@danleh danleh merged commit fe12347 into danleh:master Aug 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants