mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2668619143
We got a off by one error here, checking against UINT32_MAX doesn't silently set a wrong value. When running the task mgem with a busy loop this doesn't cause an issue, but with a tickless timer only one timer ever gets fired and then the task mgem stops working.