mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01: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.