Network: bug in accept function #221
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The function
accept
doesn't write data of sockaddr into a buffer.A server doesn't get IP address and port of a client.
For example: module test_unit6.obj for simple-httpd and patch for core server:
httpd.patch
test_unit6.asm
for fix this problem
accept_patch.patch
Решение проблемы предоставлено, кому надо сами примените исправление. Вопрос закрыт.