Skip to content

Commit 1db6b6e

Browse files
committed
fixes
1 parent fcc1abc commit 1db6b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/cert/src/rules/CON39-C/ThreadWasPreviouslyJoinedOrDetached.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Search for [vulnerabilities](https://wiki.sei.cmu.edu/confluence/display/c/BB.+D
9191

9292
## Implementation notes
9393

94-
It is use detach and join together in a multi-threaded program safely however to detect if it is done correctly in practice is very difficult. For this reason this query considers problematic usages of join and detach irrespective of the execution of the program and other synchronization and interprocess communication mechanisms that may be used.
94+
This query considers problematic usages of join and detach irrespective of the execution of the program and other synchronization and interprocess communication mechanisms that may be used.
9595

9696
## References
9797

0 commit comments

Comments
 (0)