Skip to content
Snippets Groups Projects
Commit a525291c authored by Guy Zana's avatar Guy Zana
Browse files

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.
parent a8d1cce6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment