Merge branch 'master' into features/cookies

This commit is contained in:
Willem Toorop 2022-09-28 09:40:24 +02:00
commit c866606e5d
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
26 September 2022: George
- Better output for skipped tdir tests.
21 September 2022: Wouter
- Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
- This patch was released in 1.16.3, the code repository continues

View File

@ -163,6 +163,7 @@ if test -f $name.pre; then
if test $exit_value -eq 3; then
echo "$name: SKIPPED" >> $result
echo "$name: SKIPPED" > ../$skip
echo "$name: SKIPPED"
elif test $exit_value -ne 0; then
echo "Warning: $name.pre did not exit successfully"
fi