Commit ded8a8a
authored
Remove stack protector check from runtime_init (#3155)
runtime_init will all the stack protector initializer from inside the
function. Unfortunately that means that the sentinels for the
runtime_init function will not be there and GCC will panic.
Add no-stack-check attribute to the runtime_init function to avoid
the check and re-enable stack smaeh protection.
Fixes #31311 parent f62e680 commit ded8a8a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments