lib: launch: populate result with handles to the newly-created task

This commit is contained in:
2026-03-18 21:09:59 +00:00
parent 0471838f30
commit 863be171c1

View File

@@ -208,7 +208,10 @@ enum launch_status launch_ctx_execute(
thread_start(thread); thread_start(thread);
kern_handle_close(thread); result->r_task = remote_task;
result->r_thread = thread;
result->r_address_space = remote_address_space;
elf_image_cleanup(&image); elf_image_cleanup(&image);
return LAUNCH_OK; return LAUNCH_OK;