79592869

Date: 2025-04-25 15:42:53
Score: 2
Natty:
Report link

Using %d with sscanf can cause a problem, because %d can be 2 bytes or 4 bytes.
It is said in earlier times %d used to be 2 bytes, but in more modern environments %d became 4 bytes. To be certain it is 2 bytes, replace %d with %hu or %hd or %hi

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jan Willem Roosch