Versions Compared

Key

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

...

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

Supported, but no explicit checker
CodeSonar
Include Page
CodeSonar_V
CodeSonar_V

CONCURRENCY.LOCK.NOLOCK

CONCURRENCY.LOCK.NOUNLOCK

Missing Lock Acquisition

Missing Lock Release

Coverity6.5LOCKFully implemented
Parasoft C/C++test
Include Page
Parasoft_V
Parasoft_V

CERT_C-CON01-a

Do not abandon unreleased locks

Polyspace Bug Finder

Include Page
Polyspace Bug Finder_V
Polyspace Bug Finder_V

R2016a

Double lock

Double unlock

Missing lock

Missing unlock

Lock (unlock) function is called twice in a task without an intermediate call to unlock (lock) function


Unlock (lock) function without lock (unlock) function


...