Skip to content

Commit 6a52db9

Browse files
committed
checkpoint
1 parent c537f5a commit 6a52db9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

c/cert/src/rules/CON34-C/AppropriateThreadObjectStorageDurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This query implements the CERT-C rule CON34-C:
1111

1212
## Implementation notes
1313

14-
This query does not consider Windows implementations or OpenMP implementations. This query is primarily about excluding cases wherein the storage duration of a variable is appropriate. As such, this query is not concerned if the appropriate synchronization mechanisms are used, such as sequencing calls to `thrd_join` and `free`. An audit query is supplied to handle those cases.
14+
This query does not consider Windows implementations or OpenMP implementations. This query is primarily about excluding cases wherein the storage duration of a variable is appropriate. As such, this query is not concerned if the appropriate synchronization mechanisms are used, such as sequencing calls to `thrd_join` and `free`. An audit query is supplied to handle some of those cases.
1515

1616
## References
1717

c/cert/src/rules/CON34-C/ThreadObjectStorageDurationsNotInitialized.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This query implements the CERT-C rule CON34-C:
44

55
> Declare objects shared between threads with appropriate storage durations
6+
7+
68
## CERT
79

810
** REPLACE THIS BY RUNNING THE SCRIPT `scripts/help/cert-help-extraction.py` **

0 commit comments

Comments
 (0)