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
This is also fixed by building with the safe build tag. Appears to be a memory unsafety issue introduced by spew making some assumptions about the newer Go release.
Hi, I've come across this issue, that with the pointer method feature, the address is updated to 0x1.
Demonstration:
It gives me
With
spew.Config.DisablePointerMethods = true
, the panic is gone.The text was updated successfully, but these errors were encountered: