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

[contrib][linux-kernel] Fix stack detection for newer gcc #3348

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

terrelln
Copy link
Contributor

Newer gcc versions were getting smart and omitting the memset(). Get around this issue by outlining the memset() into a different function. This test is still hacky, but it works...

Newer gcc versions were getting smart and omitting the `memset()`.
Get around this issue by outlining the `memset()` into a different
function. This test is still hacky, but it works...
@terrelln terrelln merged commit e767d5c into facebook:dev Dec 13, 2022
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.

3 participants