Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

CON55-CPP

Low

Unlikely

Medium

P2

L3


Automated Detection

Tool

Version

Checker

Description

CodeSonar
Include Page
CodeSonar_V
CodeSonar_V

CONCURRENCY.BADFUNC.CNDSIGNAL

Use of Condition Variable Signal

Helix QAC

Include Page
Helix QAC_V
Helix QAC_V

C++1778, C++1779
Klocwork
Include Page
Klocwork_V
Klocwork_V
CERT.CONC.UNSAFE_COND_VAR
Parasoft C/C++test

Include Page
Parasoft_V
Parasoft_V

CERT_CPP-CON55-a

Do not use the 'notify_one()' function when multiple threads are waiting on the same condition variable

Polyspace Bug Finder

Include Page
Polyspace Bug Finder_V
Polyspace Bug Finder_V

CERT C++: CON55-CPP

Checks for multiple threads waiting for same condition variable (rule fully covered)

Related Vulnerabilities

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

...