Skip to content

Commit e8776e0

Browse files
committed
revert
1 parent 782e57c commit e8776e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/cert/src/rules/CON38-C/PreserveSafetyWhenUsingConditionVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Search for [vulnerabilities](https://www.securecoding.cert.org/confluence/displa
350350

351351
## Implementation notes
352352

353-
This implementation does not attempt to identify unique condition variables and instead advocates for the usage of `cnd_broadcast`.
353+
None
354354

355355
## References
356356

c/cert/src/rules/CON41-C/WrapFunctionsThatCanFailSpuriouslyInLoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Search for [vulnerabilities](https://www.securecoding.cert.org/confluence/displa
149149
150150
## Implementation notes
151151
152-
This implementation does not attempt to identify a relationship between the condition variable and the atomic operation.
152+
None
153153
154154
## References
155155

0 commit comments

Comments
 (0)