Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[contrib][linux-kernel] Fix stack detection for newer gcc
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...
- Loading branch information