[Question][Hw5] About tainting in conditionals #613
Replies: 3 comments
-
If executing |
Beta Was this translation helpful? Give feedback.
0 replies
-
We will consider only directly affected case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about tainting in conditionals. For example, in "if (x<y) ~", if x was originally safe and y was tainted, what happens to x if we go this branch?
Beta Was this translation helpful? Give feedback.
All reactions