Skip to content

Commit 782e57c

Browse files
committed
revert
1 parent f43662a commit 782e57c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/cert/src/rules/CON31-C/DoNotAllowAMutexToGoOutOfScopeWhileLocked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ CWE-667 = Union, CON31-C, POS48-C, list) where list =
165165

166166
## Implementation notes
167167

168-
This implementation does not allow for thread synchronization to be performed in subroutines. All synchronization must be performed within the context of the other thread management functions.
168+
None
169169

170170
## References
171171

c/cert/src/rules/CON31-C/DoNotDestroyAMutexWhileItIsLocked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ CWE-667 = Union, CON31-C, POS48-C, list) where list =
165165

166166
## Implementation notes
167167

168-
This implementation does not allow for thread synchronization to be performed in subroutines. All synchronization must be performed within the context of the other thread management functions.
168+
None
169169

170170
## References
171171

0 commit comments

Comments
 (0)