Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zone parser] disallow nested $GENERATE directive #1033

Merged
merged 1 commit into from Oct 23, 2019

Commits on Oct 23, 2019

  1. [zone parser] disallow nested $GENERATE directive

    While the range number of GENERATE is now limited, one can pass
    a line with 2 $GENERATE directive that will exponentially increase the
    time spent generating RRs.
    Limit to only one per line.
    Fixes miekg#1020
    chantra committed Oct 23, 2019
    Copy the full SHA
    e9aa97b View commit details
    Browse the repository at this point in the history