commit 8a5f8342405c2877dfe87bb235b6925a548b5f18 (tree)
parent bee19572c83c77995ca9a1206a6b08606f65eaa7
Author: Dongjia Zhang <tokazerkje@outlook.com>
Date: Mon, 28 Apr 2025 19:16:34 +0200
use correcct symbol for the end of pcguard section
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/fuzzer.zig b/lib/fuzzer.zig
@@ -477,7 +477,7 @@ export fn fuzzer_init(cache_dir_struct: Fuzzer.Slice) void {
const end_symbol_prefix: []const u8 = if (ofmt == .macho)
"\x01section$end$__DATA$__"
else
- "__end___";
+ "__stop___";
const pc_counters_start_name = start_symbol_prefix ++ "sancov_cntrs";
const pc_counters_start = @extern([*]u8, .{