1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

Tests: Merge and extend syscall tests into a syscall fuzzer

This found the previous bugs :^)
This commit is contained in:
Ben Wiederhake 2021-02-10 20:42:41 +01:00 committed by Andreas Kling
parent c6027ed7cc
commit 9452281bec
4 changed files with 169 additions and 106 deletions

View file

@ -121,7 +121,7 @@ static FlatPtr as_buf(Vector<FlatPtr> params_vec)
builder.appendff(" {:p}", params_vec[i]);
}
builder.appendff(" ] at {:p}", (FlatPtr)buf);
dbgln(builder.to_string());
dbgln("{}", builder.to_string());
}
// Leak the buffer here. We need to keep it until the special syscall happens,