Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Parasoft C/C++test 10.4

...

ToolVersionCheckerDescription
Astrée
Include Page
Astrée_V
Astrée_V

read_data_race

write_data_race

Supported by sound analysis (data race alarm)
CodeSonar
Include Page
CodeSonar_V
CodeSonar_V
CONCURRENCY.DATARACEData race
Coverity
Include Page
Coverity_V
Coverity_V
MISSING_LOCK

Partially implemented

Parasoft C/C++test

Include Page
Parasoft_V
Parasoft_V

BDCERT_C-TRSCON32-BITLOCKa
Use locks to prevent race conditions when modifying bit fieldsImplemented
Polyspace Bug Finder

Include Page
Polyspace Bug Finder_V
Polyspace Bug Finder_V

Data race

Multiple tasks perform unprotected non-atomic operations on shared variables

...