fix typo in qemu_linux_process (#3163)

This commit is contained in:
MingxiYe 2025-04-17 05:27:26 +08:00 committed by GitHub
parent a198b33096
commit 8b194bdd40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import "../../../just/libafl-qemu.just" import "../../../just/libafl-qemu.just"
FUZZER_NAME := "qemu_linux_kernel" FUZZER_NAME := "qemu_linux_process"
LINUX_BUILDER_URL := "git@github.com:AFLplusplus/linux-qemu-image-builder.git" LINUX_BUILDER_URL := "git@github.com:AFLplusplus/linux-qemu-image-builder.git"
LINUX_BUILDER_DIR := TARGET_DIR / "linux_builder" LINUX_BUILDER_DIR := TARGET_DIR / "linux_builder"