]> git.ipfire.org Git - thirdparty/pdns.git/commit
ZoneParserTNG: Cap the width of $GENERATE template to the output size
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Oct 2021 09:07:30 +0000 (11:07 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 26 Oct 2021 15:06:23 +0000 (17:06 +0200)
commit2651d2f16758b2899e9db4b4e2a4b3876255c5a4
tree22c119eeb4a8fd561be1f397b596c86d3411554c
parent0fd971037e42ce7a91ee80951f367fcda84c97e1
ZoneParserTNG: Cap the width of $GENERATE template to the output size

It does not make sense to use a width larger than our output buffer
since it would get truncated anyway.
pdns/zoneparser-tng.cc