Files
codeql/cpp/change-notes/2021-04-21-return-stack-allocated-object.md
2021-04-21 15:17:31 -07:00

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).