clean-room: strip decompiler identifier from a coverage note
This commit is contained in:
parent
3f0721f443
commit
e1cbb81fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ struct GlobalConstsLoadFileHook {
|
||||||
static void ours(const char* file, void* consts);
|
static void ours(const char* file, void* consts);
|
||||||
static trace::HookPolicy policy() { return trace::HookPolicy{}; }
|
static trace::HookPolicy policy() { return trace::HookPolicy{}; }
|
||||||
static void coverage(trace::Coverage& c) {
|
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,
|
trace::Risk::Medium,
|
||||||
"the map is a LoadAll temporary; declaring a red-black tree as a region is "
|
"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 "
|
"not possible before the call. First-occurrence-wins is reproduced in "
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue