bartbes / love-misc-libs

Just some random libs I have lying around, now with version control!
http://docs.bartbes.com
110 stars 28 forks source link

LUBE-testing: client:connect() overwrites host variable with nil on DNS error. #1

Closed Boolsheet closed 13 years ago

Boolsheet commented 13 years ago

If socket.dns.toip(host) fails on LUBE.lua:83, host will be set to nil and the code tries to concat it to a string on line 85.

https://github.com/bartbes/love-misc-libs/blob/LUBE-testing/LUBE/LUBE.lua#L83

bartbes commented 13 years ago

Ehm.. oops?