diff options
| author | Alexander Potapenko <glider@google.com> | 2025-09-10 15:36:25 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-09-11 08:49:06 +0000 |
| commit | 08b12344149080c5f71deae8d8f63662d1a7be2d (patch) | |
| tree | 63473c6b1d61c47e875bf0b50498456a4ec7ef6e /executor/embed.go | |
| parent | 4e737d7cdbccc4346473e64ae19614a66c1ddf6b (diff) | |
executor: introduce __no_stack_protector and use it for guest code
When compiling the executor in syz-env-old, -fstack-protector may
kick in and introduce global accesses that tools/check-syzos.sh reports.
To prevent this, introduce the __no_stack_protector macro attribute that
disable stack protection for the function in question, and use it for
guest code.
While at it, factor out some common definitions into common_kvm_syzos.h
Diffstat (limited to 'executor/embed.go')
0 files changed, 0 insertions, 0 deletions
