diff options
author | Pierre Bourdon <delroth@gmail.com> | 2022-05-04 07:31:06 +0200 |
---|---|---|
committer | Pierre Bourdon <delroth@gmail.com> | 2022-05-04 08:00:10 +0200 |
commit | 42034ae9da2866c67ce8cb8522d6a619d8b21170 (patch) | |
tree | fe444bd59f428c7db5057498294896add2df2895 | |
parent | eb0749d64917fee6ff74c3810dbec8cd063f546c (diff) | |
download | tor-42034ae9da2866c67ce8cb8522d6a619d8b21170.tar.gz tor-42034ae9da2866c67ce8cb8522d6a619d8b21170.zip |
changes: add entry for MR !574
-rw-r--r-- | changes/aarch64_sandbox | 5 |
1 files changed, 5 insertions, 0 deletions
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. |