diff options
author | YoungJoon Chun <yjchun@mac.com> | 2022-02-16 18:47:05 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-03-01 17:03:57 +1100 |
commit | 2d47020e15b82b7f021e0b52dabe75baf5cb4c4d (patch) | |
tree | 2eb887bf641882f4dfefb17371e5fffa7ec0b810 /docs/zephyr/tutorial | |
parent | 795370ca23ac8b0f3589ec1d4b34d3d7f3b175eb (diff) | |
download | micropython-2d47020e15b82b7f021e0b52dabe75baf5cb4c4d.tar.gz micropython-2d47020e15b82b7f021e0b52dabe75baf5cb4c4d.zip |
rp2/mpthreadport: Fix memory corruption when thread is created in core1.
The stack (and arg) of core1 is itself a root pointer, not just the entries
in it. Without this fix the GC could reclaim the entire stack (and
argument object).
Fixes issues #7124 and #7981.
Diffstat (limited to 'docs/zephyr/tutorial')
0 files changed, 0 insertions, 0 deletions