File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"CERT-C" : {
3
- "CON31-C" : {
4
- "properties" : {
5
- "obligation" : " rule"
6
- },
7
- "queries" : [
8
- {
9
- "description" : " Allowing a mutex to go out of scope while it is locked removes protections around shared resources." ,
10
- "kind" : " problem" ,
11
- "name" : " Do not destroy a mutex while it is locked" ,
12
- "precision" : " medium" ,
13
- "severity" : " error" ,
14
- "short_name" : " DoNotDestroyAMutexWhileItIsLocked" ,
15
- "tags" : [
16
- " correctness" ,
17
- " concurrency"
18
- ]
19
- }
20
- ],
21
- "title" : " Do not destroy a mutex while it is locked"
22
- },
23
3
"CON35-C" : {
24
4
"properties" : {
25
5
"obligation" : " rule"
32
12
"precision" : " very-high" ,
33
13
"severity" : " error" ,
34
14
"short_name" : " DeadlockByLockingInPredefinedOrder" ,
15
+ "shared_implementation_short_name" : " PreventDeadlockByLockingInPredefinedOrder" ,
35
16
"tags" : [
36
17
" correctness" ,
37
18
" concurrency"
Original file line number Diff line number Diff line change 85
85
"precision" : " medium" ,
86
86
"severity" : " error" ,
87
87
"short_name" : " DeadlockByLockingInPredefinedOrder" ,
88
+ "shared_implementation_short_name" : " PreventDeadlockByLockingInPredefinedOrder" ,
88
89
"tags" : [
89
90
" correctness" ,
90
91
" concurrency"
You can’t perform that action at this time.
0 commit comments