79391629

Date: 2025-01-27 17:24:22
Score: 2.5
Natty:
Report link

printf isn't async-signal-safe. That's why your code might not do what it's supposed to do. I suggest using write(). It's a little trickier to use but at least it should always work

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