[Pdns-dev] Porting to old version

Abhijith PA abhijith at teknik.io
Sat Dec 1 18:30:11 UTC 2018


Hello.

The fix for CVE-2018-14644 in 4.0.9 can't backport to 3.x older versions
due to the list initialization

'''
static const std::set<uint16_t> metaTypes = { QType::AXFR, QType::IXFR,
QType::RRSIG, QType::NSEC3, QType::OPT, QType::TSIG, QType::TKEY,
QType::MAILA, QType::MAILB };
'''

I was wondering whether to tried to port this to old c++98 way. If yes
please share.


Thanks.



More information about the Pdns-dev mailing list