Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4998 Discussions

"or dword ptr [rbx+0x48], 0xffffffff" false positive read

Andreas_R_1
Beginner
472 Views

The instruction "or dword ptr [rbx+0x48], 0xffffffff" is wrongly reported as uninitialized read by the inspector. (E.g. used in MSVCP140.DLL)

Obviously false positive, as the result does not depend on the previous memory content at all.

The other way around, e.g. "and dword ptr [rbx+0x4c], 0x0", is not flagged as a read.

0 Kudos
0 Replies
Reply