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
The issue here is that the TypeAssert is not identified as being produced by a sanitizer according to isProducedBySanitizer. We still don't produce a report here because the current propagation code finds the sanitizer and determines that the sinked value is dominated by the sanitizing call.
This incorrect behavior may lead to false positives.
The text was updated successfully, but these errors were encountered:
Consider this function:
The relevant part of the SSA graph is:
The issue here is that the
TypeAssert
is not identified as being produced by a sanitizer according toisProducedBySanitizer
. We still don't produce a report here because the current propagation code finds thesanitizer
and determines that the sinked value is dominated by the sanitizing call.This incorrect behavior may lead to false positives.
The text was updated successfully, but these errors were encountered: