[Question][Hw5] Cmp in Taint domain #619
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In Taint Domain, there is a function
let cmp _ = failwith "Not implemented"
let cmp pred v1 v2 = implementation
, similar to Sign Domain?For above case, before if statement, a is bottom(None) and b is top(taint).
a<b
, a become taint because b is taint? (Question about action of filter function in taint domain)Beta Was this translation helpful? Give feedback.
All reactions