Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential null pointer access during system program execution
For the first child process execution, `TWG(process)` is `NULL`; we need to catch that to avoid undefined behavior.
- Loading branch information