Files
ladybird/Kernel/Syscalls/socket.cpp
Pankaj Raghav d0ac24ddbf Kernel/Syscalls: Use copy_n_to_user when applicable
copy_to_user() with bytes as the last argument could be changed to using
copy_n_to_user() with a count.
2023-03-24 18:25:12 +01:00

16 KiB