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 591
    • Issues 591
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • 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
  • !4735

[v9_16] Initialize checknames field in dns_view_create()

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michal Nowak requested to merge 2446-query-c-5430-16-runtime-error-v9_16 into v9_16 Feb 23, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

The 'checknames' field wasn't initialized in dns_view_create(), but it should otherwise AddressSanitizer identifies the following runtime error in query_test.c.

runtime error: load of value 190, which is not a valid value for type '_Bool'

(cherry picked from commit 0c6fa164)

Closes #2446 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 2446-query-c-5430-16-runtime-error-v9_16