Skip to content

Commit 8553103

Browse files
regenerate query metadata
1 parent 96171ee commit 8553103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/misra/src/rules/RULE-22-15/ThreadResourceDisposedBeforeThreadsJoined.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/thread-resource-disposed-before-threads-joined
33
* @name RULE-22-15: Thread synchronization objects and thread-specific storage pointers shall not be disposed unsafely
44
* @description Thread synchronization objects and thread-specific storage pointers shall not be
5-
* destroyed until after all threads accessing them have terminated
5+
* destroyed until after all threads accessing them have terminated.
66
* @kind problem
77
* @precision medium
88
* @problem.severity error

c/misra/src/rules/RULE-22-18/NonRecursiveMutexRecursivelyLockedAudit.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* correctness
1111
* concurrency
1212
* external/misra/c/2012/amendment4
13-
* audit
13+
* external/misra/audit
1414
* external/misra/obligation/required
1515
*/
1616

0 commit comments

Comments
 (0)