Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid use of time_t when using sliders in GUI #10707

Merged
merged 3 commits into from
Oct 12, 2023
Merged

Conversation

magnesj
Copy link
Member

@magnesj magnesj commented Oct 11, 2023

Use int as internal representation in sliders , as time_t can cause overflow. Never use time_t.

Closes #10706

Sliders use int as internal representation of values, and time_t can cause overflow
@magnesj magnesj marked this pull request as ready for review October 11, 2023 06:51
@magnesj magnesj merged commit 4a3cdc4 into dev Oct 12, 2023
17 checks passed
@magnesj magnesj deleted the #10706-time-t-overflow branch October 12, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decline curves: Using time slider causes hang in some situations
1 participant