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
A description of the problem with sufficient detail to understand the issue.
How to Reproduce
The Time::Set method overrides the classes already established time base and context values. The set function shouldn't be setting member variables outside the scope of the arguments provided.
Proposed change - Line 25 of Time.cpp should be this:
Problem Description
A description of the problem with sufficient detail to understand the issue.
How to Reproduce
The Time::Set method overrides the classes already established time base and context values. The set function shouldn't be setting member variables outside the scope of the arguments provided.
Proposed change - Line 25 of Time.cpp should be this:
Current implementation:
This also applies for the
set(timebase,sec,usec)
method as well, shouldn't override the context:The text was updated successfully, but these errors were encountered: