Skip to content

Commit 3a6af4e

Browse files
Regenenate metadata
1 parent 65e525d commit 3a6af4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/misra/src/rules/RULE-4-1-3/PossibleDataRaceBetweenThreads.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @id cpp/misra/possible-data-race-between-threads
3-
* @name RULE-4-1-3: There shall be no data races between threads
4-
* @description Threads shall not access the same memory location concurrently without utilization
5-
* of thread synchronization objects.
3+
* @name RULE-4-1-3: Data races between threads lead to undefined behavior
4+
* @description Threads accessing the same memory location concurrently without utilization of
5+
* thread synchronization objects results in undefined behavior.
66
* @kind problem
77
* @precision medium
88
* @problem.severity error

0 commit comments

Comments
 (0)