diff options
| author | Hrutvik Kanabar <hrutvik@google.com> | 2022-10-27 14:32:27 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-11-21 11:06:14 +0100 |
| commit | dd8fa7b2240ece698be6604a8fa8ce05f82ce0b0 (patch) | |
| tree | 086975ab4c2b3e4557ad87cf72696a9726691d50 /pkg/csource/gen.go | |
| parent | 8cc0c5c595cd14fb40a0052bbedd7ff3e96f64c8 (diff) | |
executor: update to match the new `syz_mount_image` call
Update the executor to handle the new `syz_mount_image`/`syz_part_table`
pseudo-syscalls. It now expects compressed images, and decompresses
them using the new `common_zlib.h` header file before mounting.
Diffstat (limited to 'pkg/csource/gen.go')
| -rw-r--r-- | pkg/csource/gen.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/csource/gen.go b/pkg/csource/gen.go index 80cd056ed..291480115 100644 --- a/pkg/csource/gen.go +++ b/pkg/csource/gen.go @@ -44,6 +44,7 @@ func main() { "kvm.h", "kvm_amd64.S.h", "kvm_ppc64le.S.h", + "common_zlib.h", } data = replaceIncludes(executorFilenames, "../../executor/", data) androidFilenames := []string{ |
