mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
There can be stray pointers in memory blocks that are not properly zero'd after allocation. This patch adds a new config option to always zero all allocated memory (via gc_alloc and gc_realloc) and hence help to eliminate stray pointers. See issue #2195.
34 KiB
34 KiB