mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
My recent changes to suppress FPs in `ReturnStackAllocatedMemory.ql` caused us to lose all results where there was a `Conversion` at the initial address escape. We cannot handle conversions in general, but this commit restores the good results for the trivial types of conversion that we can handle.