Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
4921 Discussions

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

Andreas_R_1
Beginner
332 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