79494855

Date: 2025-03-08 18:47:42
Score: 2.5
Natty:
Report link

You should not use atoi on a non string array char variable because there is no guarantee of it to be null terminated, so atoi would yield unpredictable results.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Matteo Vittorio Ricciutelli