]> granicus.if.org Git - pdns/commit
toDNSString inexplicably did a toLower() on what it wrote it, potentially causing...
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 9 Dec 2015 12:56:50 +0000 (13:56 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 9 Dec 2015 12:56:50 +0000 (13:56 +0100)
commit6d04b73457106e0fbbce7846ea808cd4f4ab7c3b
treea5f553a5228f0a746cf77400a208c8178bfc8f56
parent8e079f3a4a1ac8df6a89eaf8e8cca87bfed03c9f
toDNSString inexplicably did a toLower() on what it wrote it, potentially causing 0x20 issues. Now, I assume some code needed this. This commit will find that code.
pdns/dnsname.cc