Damien Miller 462082eacb avoid uninitialised free of ldns_res
If an invalid rdclass was passed to getrrsetbyname() then
this would execute a free on an uninitialised pointer.
OpenSSH only ever calls this with a fixed and valid rdclass.

Reported by Joshua Rogers
2014-12-30 08:16:11 +11:00
..
2014-12-10 01:32:23 +11:00
2007-03-26 09:35:28 -07:00
2014-12-18 11:44:06 +11:00