Skip to content

Commit 4b03778

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/src/Likely Bugs/Memory Management/UsingExpiredStackAddress.ql
Co-authored-by: Geoffrey White <[email protected]>
1 parent 53299d6 commit 4b03778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Use of expired stack-address.
2+
* @name Use of expired stack-address
33
* @description Accessing the stack-allocated memory of a function
44
* after it has returned can lead to memory corruption.
55
* @kind problem

0 commit comments

Comments
 (0)