Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8553103

Browse filesBrowse files
regenerate query metadata
1 parent 96171ee commit 8553103
Copy full SHA for 8553103

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-15/ThreadResourceDisposedBeforeThreadsJoined.ql
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-18/NonRecursiveMutexRecursivelyLockedAudit.ql
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.