mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 04:43:44 +08:00
* score/src/threadinitialize.c: Rework so there is only one error exit path. This required setting every variable that contains memory allocated from the workspace to NULL early and using that assumption in the one failed exit path.