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

Fix screensaver crash bug introduced in PR #5197 commit 689a6eae25 #5244

Merged
merged 1 commit into from
May 20, 2023

Conversation

CharlieFenton
Copy link
Contributor

Commit 689a6ea changed the variable from a signed variable (int) to unsigned (size_t), effectively causing an infinite for loop.

I believe this crash bug also affects MS Windows. I don't know whether this code is used for the X11 screensaver, but if so that will also be affected.

Once this is merged, it should be cherry-picked into the 7.22 branch so that we can build BOINC 7.22.2 for all platforms. I will next create another PR to improve backtrace generation on the Mac, which should also be included in BOINC 7.22.2.

@AenBleidd AenBleidd merged commit 051eb73 into master May 20, 2023
@CharlieFenton CharlieFenton deleted the fix_screensaver branch May 21, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants