Kernel: Fix bug #221 - accept does not fill sockaddr #227
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_accept"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixed #221
Please reduce commit header https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/CONTRIBUTING.md#length
@@ -699,0 +703,4 @@
test edx, edx
jz .skip_sockaddr
mov word[edx], 0 ; unknowe domain
'e' is an typo?
It seems like a test program is needed to check this. Can you attach an example here?
Krn: Fixed the "accept" network function. Added getting remote client data.to Kernel: Fixed bug #221 - accept does not fill sockaddrTested using httpd from issue attachments in WebView:
http://127.0.0.1:8181/ip
.To:
After
Kernel: Fixed bug #221 - accept does not fill sockaddrto Kernel: Fix bug #221 - accept does not fill sockaddr