It is necessary that Valgrind stops checking all Unconditional jump by default.

How to do it?

  • 3
    Unconditional jump? Do you mean "Conditional jump or move depends on uninitialised value"? This check does not need to be turned off - this is undefined behavior. Just fix the bug. - VladD

1 answer 1

response from comment:


Unconditional jump

Do you mean "Conditional jump or move depends on uninitialised value"? This check does not need to be turned off - this is undefined behavior . Just fix the bug.