From e1cbb81fdb898d18a42d2950d72be1b1ffc15ea2 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 8 Sep 2026 01:30:33 -0400 Subject: [PATCH] clean-room: strip decompiler identifier from a coverage note --- src/shim/hooks/global_consts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shim/hooks/global_consts.h b/src/shim/hooks/global_consts.h index 1be4d1b..da8f9b8 100644 --- a/src/shim/hooks/global_consts.h +++ b/src/shim/hooks/global_consts.h @@ -35,7 +35,7 @@ struct GlobalConstsLoadFileHook { static void ours(const char* file, void* consts); static trace::HookPolicy policy() { return trace::HookPolicy{}; } static void coverage(trace::Coverage& c) { - c.unmodelled("erases each consumed key from the caller's std::map (FUN_008b8d20)", + c.unmodelled("erases each consumed key from the caller's std::map", trace::Risk::Medium, "the map is a LoadAll temporary; declaring a red-black tree as a region is " "not possible before the call. First-occurrence-wins is reproduced in "