You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing it out @kenny-y. A pr with a test for this and a fix would be greatly appreciated. Otherwise we'll get to it as soon as we have time.
rcl_difference_times()
function can't process time diff > 2^31Bug report
Required Info:
Steps to reproduce issue
This test case would pass
This test case would fail
Expected behavior
that
rcl_difference_times()
function can process diff > 2 ^ 31 (e.g. 3 seconds or greater)Actual behavior
32 bit signed integer overflow
Additional information
I found this when I'm writing Node.js bindings to rcl
The text was updated successfully, but these errors were encountered: