This is an automated email from the git hooks/post-receive script.
nickm pushed a commit to branch main in repository tor.
commit 42034ae9da2866c67ce8cb8522d6a619d8b21170 Author: Pierre Bourdon delroth@gmail.com AuthorDate: Wed May 4 07:31:06 2022 +0200
changes: add entry for MR !574 --- changes/aarch64_sandbox | 5 +++++ 1 file changed, 5 insertions(+)
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.