ir33k/gmi100

Memory overflow bug

stacksmith opened this issue · 2 comments

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.

ir33k commented

Fixed with #3 PR