mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +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
Notes:
sideshowbarker
2024-07-18 22:22:55 +09:00
Author: https://github.com/BenWiederhake
Commit: 9452281bec
Pull-request: https://github.com/SerenityOS/serenity/pull/5294
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