diff options
| author | 2022-08-02 16:51:39 -0700 | |
|---|---|---|
| committer | 2022-08-03 09:18:18 +0000 | |
| commit | c0398effdea1b4991287155fc1b2ea3f1e7565e0 (patch) | |
| tree | bdc49850188d673762086b3b755beadfcb81c06a /compiler/optimizing/code_generator.cc | |
| parent | 74b230a4d504ebc5cbc7544df222c51d5c563353 (diff) | |
Remove stack protector from macro-generated functions
This CL removes the stack protector from macro-generated functions in
the interpreter. This is necessary because these functions can occur in
the call chain between the top level Zygote function and the fork calls
in the native code. Because the stack protector is changed when a new
process is forked these functions must be marked as NO_STACK_PROTECTOR.
Test: atest JSScriptEngine
Test: https://android-build.googleplex.com/builds/abtd/run/L64200000955748175
Bug: 241001637
Change-Id: Ib45c9c4703158acd7d83d79cd4e68869b629d7ff
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
0 files changed, 0 insertions, 0 deletions