Skip to content

Cppcheck Premium 23.5.0 released

We are happy to announce the release of Cppcheck Premium 23.5.0!

The update addresses issues related to precision loss in assignments/casts, buffer overflow involving buffers with offsets, and redundant reassignments within loops.

Release notes:

  • suspicious loss of precision in assignment / cast
  • buffer overflow when there is a buffer with offset
  • redundant reassignment in loop