Skip to content

Commit 163e23f

Browse files
author
Nikita Kraiouchkine
committed
Update DoNotModifyObjectsWithTemporaryLifetime.md
1 parent 888b054 commit 163e23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/cert/src/rules/EXP35-C/DoNotModifyObjectsWithTemporaryLifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Search for [vulnerabilities](https://wiki.sei.cmu.edu/confluence/display/c/BB.+D
218218
219219
## Implementation notes
220220
221-
This implementation does not cover modification or access of the result of a function call after the next sequence point, which is undefined behavior only pre-C11.
221+
This implementation also always reports non-modifying accesses of objects with temporary lifetime, which are only compliant in C11.
222222
223223
## References
224224

0 commit comments

Comments
 (0)