From 613099703af39a0ac680a15930d9c2c1e31a9b29 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Wed, 29 Jan 2025 13:17:07 +1000 Subject: 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. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcpkg.json') 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", -- cgit v1.2.3