From 42034ae9da2866c67ce8cb8522d6a619d8b21170 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Wed, 4 May 2022 07:31:06 +0200 Subject: [PATCH] changes: add entry for MR !574 --- changes/aarch64_sandbox | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/aarch64_sandbox diff --git a/changes/aarch64_sandbox b/changes/aarch64_sandbox new file mode 100644 index 0000000000..d1d64d6e6c --- /dev/null +++ b/changes/aarch64_sandbox @@ -0,0 +1,5 @@ + o Minor bugfixes (sandbox): + - Fix sandbox support on AArch64 systems. More "*at" variants of syscalls + are now supported. Signed 32 bit syscall parameters are checked more + precisely, which should lead to lower likelihood of breakages with future + compiler and libc releases. Fixes bug 40599; bugfix on 0.4.4.3-alpha.