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
In operator=(const basic_value& v) and operator=(basic_value&& v), if v is the same object as this (&v == this), a segmentation fault occurs (Tested on Ubuntu 20.04 with gcc 9.4.0) when invoking operator=.
In
operator=(const basic_value& v)
andoperator=(basic_value&& v)
, ifv
is the same object asthis
(&v == this
), a segmentation fault occurs (Tested on Ubuntu 20.04 with gcc 9.4.0) when invokingoperator=
.To reproduce the issue:
The text was updated successfully, but these errors were encountered: