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
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
01
What do you see instead?
falsetrue
Additional information
std::forward<T>(value) has enum type which is not isomorphic with boolean type, however it is used as a boolean expression
Can be fixed with std::is_enum_v<T>
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Version
20.18.0
Platform
Subsystem
Debug utils (
/src/debug_utils-inl.h
)What steps will reproduce the bug?
Use
node::toBaseString
with enum type.How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
What do you see instead?
Additional information
std::forward<T>(value)
has enum type which is not isomorphic with boolean type, however it is used as a boolean expressionCan be fixed with
std::is_enum_v<T>
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Burkov Egor ([email protected]).
Organization: R-Vision ([email protected]).
The text was updated successfully, but these errors were encountered: