Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 569
    • Issues 569
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !2899

fix a bug when validating negative cache entries

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Evan Hunt requested to merge 1561-ncache-validation-crash into master Jan 15, 2020
  • Overview 2
  • Commits 3
  • Pipelines 4
  • Changes 3

if validator_start() is called with validator->event->message set to NULL, we can't use message->rcode to decide which negative proofs are needed, so we use the rdataset attributes instead to determine whether the rdataset was cached as NXDOMAIN or NODATA.

Closes #1561 (closed)

Edited Jan 15, 2020 by Ondřej Surý
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 1561-ncache-validation-crash