79706397

Date: 2025-07-18 15:14:18
Score: 1
Natty:
Report link

Tools such as Valgrind and Clang memory sanitizer (clang++ -fsanitize=memory) can check for reads of uninitalised memory (valgrind warns you by default). Valgrind is a runtime detector and clang is a static analyser, so you'll probably want the latter. The GCC toolchain does not offer an equivalent tool as far as I know.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dune