gorhill / cronexpr

Cron expression parser in Go language (golang)
687 stars 169 forks source link

Infinite loop on cron expression `*/60 * * * *` #16

Closed Till--H closed 7 years ago

Till--H commented 8 years ago

Hi,

when parsing the cron expression */60 * * * *, the tool loops infinitely instead of returning an error or something.

takumakanari commented 7 years ago

HI,

now I'm facing the same issue.

So I created p-r #18 for fixing it.