Files
codeql/cpp/ql/test
Jonas Jensen 6b1cd17009 C++: Fix FPs due to data flow Conversion handling
Since we cannot track data flow from a fully-converted expression but
only the unconverted expression, we should check whether the address
initially escapes into the unconverted expression, not the
fully-converted one.

This fixes most of the false positives observed on lgtm.com.
2019-03-16 20:50:27 +01:00
..
2018-11-09 18:49:35 +00:00
2018-09-23 16:24:31 -07:00