Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
BIND
BIND
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 635
    • Issues 635
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 107
    • Merge Requests 107
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #2033

Closed
Open
Opened Jul 20, 2020 by Mark Andrews@markaMaintainer

'rndc dnstap --roll' fix was incomplete

1178                                        }
    	21. Condition i < versions, taking true branch.
1179                                        if (i < versions) {
    	
CID 305429 (#1 of 1): Out-of-bounds read (OVERRUN)
22. overrun-local: Overrunning array of 2048 bytes at byte offset 2048 by dereferencing pointer &to_keep[i + 1]. [Note: The source code implementation of the function has been overridden by a builtin model.]
1180                                                memmove(&to_keep[i + 1],
1181                                                        &to_keep[i],
1182                                                        sizeof(to_keep[0]) *
1183                                                                (versions - i -
1184                                                                 1));
1185                                                to_keep[i] = version;
1186                                        }
1187                                }
1188                        }
Assignee
Assign to
August 2020 (9.11.22, 9.11.22-S1, 9.16.6, 9.17.4)
Milestone
August 2020 (9.11.22, 9.11.22-S1, 9.16.6, 9.17.4) (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: isc-projects/bind9#2033