mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

May cause freeing error in Addrinfo#next . #38

Closed take-cheeze closed 7 years ago

take-cheeze commented 10 years ago

Since next field of addrinfo is part of first addrinfo it can't be freed sole. It should have iteration method or method to create array of all addrinfo linked with next.

Asmod4n commented 9 years ago

addrinfo.next is a endless loop which crashes every time because of this issue.