79354581

Date: 2025-01-14 09:59:05
Score: 1.5
Natty:
Report link

call the C function time() when module starts-up and store the time in a time_t variable.

Modify all the entry point functions of your C module in order to call time() and verify that are not elapsed 15*60 = 900 seconds.

Return -1 if 900 seconds are elapsed.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Enrico Migliore