]> granicus.if.org Git - pdns/commit
Recursor: Fix a possible crash
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 28 Jul 2016 12:21:10 +0000 (14:21 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 28 Jul 2016 12:21:10 +0000 (14:21 +0200)
commit93fe642d4396949740824bddc6ca11968f2f53e9
treeb8b3b82cb1e7fe9c489a4f71ae903a8c27492784
parent5a6733297fe94f978991139b9783a25b4d79d00a
Recursor: Fix a possible crash

When the parser creates empty DNSNames (for whatever reason) and
`rec_control current-queries` is run, the process would abort because it
tried to print an empty DNSName.
pdns/rec_channel_rec.cc