Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • !6131

Dig: do not hang on TLS context creation errors (Resolve #3285)

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Artem Boldariev requested to merge 3285-dig-do-not-hang-on-tlsctx-errors into main Apr 14, 2022
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 2

There was a query_detach() call missing in dig, which could lead to dig hanging on TLS context creation errors. This commit fixes.

The error was introduced because the Strict TLS implementation was initially made over an older version of the code, where this extra query_detach() call was not needed.

Closes #3285 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 3285-dig-do-not-hang-on-tlsctx-errors