Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the second operand is the null pointer to member value, the behavior is undefined.

Do not use a pointer-to-member expression where the dynamic type of the first operand does not contain the member to which the second operand refers, including the use of a null pointer-to-member value as the second operand.

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

OOP39-CPP

High

Probable

High

P6

L2

Automated Detection

Tool

Version

Checker

Description

    

Related Vulnerabilities

...