mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
237 B
237 B
codescanning
- The 'Pointer to stack object used as return value' (cpp/return-stack-allocated-object) query has been deprecated, and any uses should be replaced with
Returning stack-allocated memory(cpp/return-stack-allocated-memory).