mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
Kernel: Use Userspace<T> for the execve syscall
This commit is contained in:
parent
025a2a3c5b
commit
0f42463eab
Notes:
sideshowbarker
2024-07-19 04:06:27 +09:00
Author: https://github.com/bgianfo
Commit: 0f42463eab
Pull-request: https://github.com/SerenityOS/serenity/pull/3062
Reviewed-by: https://github.com/awesomekling
5 changed files with 8 additions and 8 deletions
|
@ -241,7 +241,7 @@ struct ImmutableBufferArgument {
|
|||
};
|
||||
|
||||
struct StringListArgument {
|
||||
StringArgument* strings { nullptr };
|
||||
Userspace<StringArgument*> strings { };
|
||||
size_t length { 0 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue