Memory overflow bug
stacksmith opened this issue · 2 comments
stacksmith commented
Line 70, a memcpy into socket address, is hardwired to 16. This is different on different systems (FreeBSD is 12!)
Intead, use sizeof(in_addr_t)
ir33k commented
Right, thanks. You are free to open Pull Request with this change.