authorgravatar for tokazerkje@outlook.comDongjia Zhang <tokazerkje@outlook.com> 2025-04-28 19:16:34+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-28 20:48:30+02:00
log8a5f8342405c2877dfe87bb235b6925a548b5f18
tree20a4d6896d9a32a141d91bac201abb3a655600fc
parentbee19572c83c77995ca9a1206a6b08606f65eaa7
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

use correcct symbol for the end of pcguard section


1 files changed, 1 insertions(+), 1 deletions(-)

lib/fuzzer.zig+1-1
...@@ -477,7 +477,7 @@ export fn fuzzer_init(cache_dir_struct: Fuzzer.Slice) void {...@@ -477,7 +477,7 @@ export fn fuzzer_init(cache_dir_struct: Fuzzer.Slice) void {
477 const end_symbol_prefix: []const u8 = if (ofmt == .macho)477 const end_symbol_prefix: []const u8 = if (ofmt == .macho)
478 "\x01section$end$__DATA$__"478 "\x01section$end$__DATA$__"
479 else479 else
480 "__end___";480 "__stop___";
481481
482 const pc_counters_start_name = start_symbol_prefix ++ "sancov_cntrs";482 const pc_counters_start_name = start_symbol_prefix ++ "sancov_cntrs";
483 const pc_counters_start = @extern([*]u8, .{483 const pc_counters_start = @extern([*]u8, .{