diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-16 19:40:43 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-17 13:32:19 +0200 |
commit | 529f605ac801a541b1206ce06d497f8835ca7412 (patch) | |
tree | aa14e1f3d6b3831b86f1915b0030b44af14e7fde /Userland/DevTools/UserspaceEmulator/Emulator.h | |
parent | fbfd0ed5ab4436b27736dfe0b1b16de86ad7d5aa (diff) | |
download | serenity-529f605ac801a541b1206ce06d497f8835ca7412.zip |
UE: Make sure the buffers for get{sock,peer}name() are large enough
Previously struct sockaddr was used which isn't guaranteed to be
large enough to hold the socket address get{sock,peer}name() returns.
Also, the addrlen argument was initialized incorrectly and should
instead use the address length specified by the caller.
Diffstat (limited to 'Userland/DevTools/UserspaceEmulator/Emulator.h')
0 files changed, 0 insertions, 0 deletions