mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-02 18:17:46 +00:00
a73e7ff67a
uintptr is not tracked by the GC, while any pointer type (including unsafe.Pointer) is tracked. Make sure to only cast pointers to uintptr when absolutely necessary. This fixes a bug found in #3162.