]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/rec-lua-conf.cc
Add limits to the size of received {A,I}XFR, in megabytes 4133/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Jul 2016 12:34:31 +0000 (14:34 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Jul 2016 12:34:31 +0000 (14:34 +0200)
commitdb8f9152168acf5d548d4f256789eae783e01667
tree93b74c4ed24be740f1f482ec2057327b5854c353
parent57c447da840d6a896c98940dfab9d3d07fda83db
Add limits to the size of received {A,I}XFR, in megabytes

This prevents memory exhaustion in case the master is sending a
very large amount of data in an update.
12 files changed:
docs/markdown/authoritative/settings.md
docs/markdown/recursor/settings.md
pdns/common_startup.cc
pdns/ixfr.cc
pdns/ixfr.hh
pdns/rec-lua-conf.cc
pdns/reczones.cc
pdns/resolver.cc
pdns/resolver.hh
pdns/rpzloader.cc
pdns/rpzloader.hh
pdns/slavecommunicator.cc