mirror of
https://github.com/github/codeql.git
synced 2026-06-25 06:37:07 +02:00
There are paths to the exit of the function which go through the defer statement and paths which don't, so we add an optional call to the deferred function. This causes FPs in the query as it stands.