mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
319d21e662
False positives (pointers that point to nowhere but happen to point into the heap) would result in the block just before that pointer to be marked. This is clearly not intended, so ignore such a pointer.