You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theselect
by regularDFSAN
instrumentation.The text was updated successfully, but these errors were encountered: