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
Go checks the pointers used, and it is required to follow the
rule #5 of "unsafe.Pointer" which requires to convert back
to "unsafe.Pointer" no later than in the same line where it was
converted to uintptr.
Signed-off-by: Dmitrii Okunev <xaionaro@meta.com>
0 commit comments