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

screencast: correct array size #72

Merged
merged 1 commit into from
Jul 23, 2023
Merged

screencast: correct array size #72

merged 1 commit into from
Jul 23, 2023

Conversation

nik012003
Copy link
Contributor

Fixes my issue #71
It seems like on line 325 there was an assigment to params[3] which is out of bounds. This undefined behaviour causes problems on aarch64.
WARNING: I only tested this on aarch64, since I don't have an x86 box laying around, but it shouldnt cause any issues.
Btw there are a few other problems on aarch64 due to rouge pointer comparaisons, which I will try to address in the next PR.

Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mb

@vaxerski vaxerski merged commit af539f4 into hyprwm:master Jul 23, 2023
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.

2 participants