Skip to content
Laura Mihaela Vasilescu edited this page Oct 29, 2013 · 2 revisions

Supported

  • memory leaks
  • invalid memory access
  • use of uninitialized variable
  • invalid free
  • file descriptors errors

Others

  • race condition
  • deadlock
  • unverified function return call
  • number of lines in a function exceeded maximum admitted
  • number of character in a line exceeded maximum admitted
  • trailing whitespace
  • mixed tabs with spaces
  • uncommented source code
  • unsigned source code
  • inappropriate README file
  • modularization

// feel free to add more :)