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

chore: stop using static mut #11088

Merged
merged 1 commit into from
Sep 21, 2024
Merged

chore: stop using static mut #11088

merged 1 commit into from
Sep 21, 2024

Conversation

DaniPopes
Copy link
Member

Closes #11084
Looks like it's not needed, works fine without; the comment is wrong since it's not malloc'd but stack allocated, of which we have plenty as we pre-allocate min + 64k

@github-actions github-actions bot added C-debt Refactor of code section that is hard to understand or maintain C-enhancement New feature or request labels Sep 21, 2024
@mattsse mattsse added this pull request to the merge queue Sep 21, 2024
Merged via the queue into main with commit c36b2f7 Sep 21, 2024
36 checks passed
@mattsse mattsse deleted the dani/sigsegv-static-mut branch September 21, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-debt Refactor of code section that is hard to understand or maintain C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove static mut
2 participants