mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Upon fork, child was created in a new space but as a copy of any cloned thread in the parent space. This was due to the search of forker thread by its space id (which is shared among many cloned threads). Now fixed. modified: src/api/thread.c modified: tasks/mm0/src/task.c