diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-29 13:17:07 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-29 13:17:07 +1000 |
commit | 613099703af39a0ac680a15930d9c2c1e31a9b29 (patch) | |
tree | 790157d92184142538e75988e6e2faa0d20fb5e1 /vcpkg.json | |
parent | 9a3d4f048985b0d9e77fa07fe305913b8a13fda3 (diff) |
kernel/svc: Implement InitialProcessIdRange and improve process exit handling
- Replace stubbed InitialProcessIdRange implementation with proper bounds (1-0x50)
- Add handle and info_sub_id validation for InitialProcessIdRange
- Replace process exit ASSERT with graceful error handling and logging
- Add try-catch block around system.Exit() for safer shutdown
- Add atomic header inclusion for binder.h
This improves system call reliability by properly implementing process ID
range checks and adding safer process exit handling with proper error logging.
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 8fa0de0c2..180232afd 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "citron", - "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", + "builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3", "version": "1.0", "dependencies": [ "boost-algorithm", |