-
- Downloads
net: fix. accept() didn't return sockaddr to the user
kern_accept() used to return a newly allocated sockaddr struct instead of modifying the given one. this is a porting issue, since we're not copying the struct to the user when kern_accept finish. change the calling convention of kern_accept so it'll modify the given sockaddr struct instead of returning a newly allocated one.
Loading
Please register or sign in to comment