Update cpp/ql/src/Likely Bugs/Memory Management/UsingExpiredStackAddress.ql

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2022-02-23 13:10:29 +00:00
committed by GitHub
parent 53299d61eb
commit 4b03778938

View File

@@ -1,5 +1,5 @@
/**
* @name Use of expired stack-address.
* @name Use of expired stack-address
* @description Accessing the stack-allocated memory of a function
* after it has returned can lead to memory corruption.
* @kind problem