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:
parent
c6027ed7cc
commit
9452281bec
4 changed files with 169 additions and 106 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue