mattn / mruby-uv

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

Fix libresolv leak. #81

Closed take-cheeze closed 6 years ago

take-cheeze commented 6 years ago

Somehow gcc 6 false positively detects it so use local addresses instead.

mattn commented 6 years ago

:+1: