ibc / em-udns

An async DNS resolver for EventMachine based on the udns C library
http://ibc.github.com/em-udns/
GNU Lesser General Public License v2.1
37 stars 12 forks source link

rb_ivar_get typo'd as rv_ivar_get in ext/em-udns.c #2

Closed lwf closed 13 years ago

lwf commented 13 years ago

There are typos in ext/em-udns.c, which will make the Ruby interpreter crash when trying to access properties of various record types (i.e. the domain accessor for MX records). This is fixed in my fork.

ibc commented 13 years ago

A big bug indeed, it's merged now. Really thanks a lot.