You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
The Equals method does not check if either of the Expression objects is nullptr. A nullability check should be added to handle cases where one or both objects are nullptr before attempting to compare them.
Component(s)
C++
The text was updated successfully, but these errors were encountered:
Describe the bug, including details regarding any error messages, version, and platform.
The Equals method does not check if either of the Expression objects is nullptr. A nullability check should be added to handle cases where one or both objects are nullptr before attempting to compare them.
Component(s)
C++
The text was updated successfully, but these errors were encountered: