]> git.ipfire.org Git - thirdparty/pdns.git/commit
Explicitely convert local buffers to a string before returning it
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 Apr 2019 10:24:49 +0000 (12:24 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 Apr 2019 12:26:49 +0000 (14:26 +0200)
commitbfbf6814746c73723785c936d9a048ab1f1a155e
tree20bf8de9022d605c107c47cd834fa29259c40ab5
parent4d1d0ef693fc605d201c44b899e1ace719bffc6d
Explicitely convert local buffers to a string before returning it

That makes cppcheck happier, because otherwise it complains that
we return a local variable.
pdns/iputils.hh
pdns/misc.cc