Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
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
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
8d69e159
Commit
8d69e159
authored
Feb 08, 2019
by
Mark Andrews
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add top of range checks
parent
1fb8d37e
Pipeline
#9683
passed with stages
in 17 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib/dns/tests/rdata_test.c
lib/dns/tests/rdata_test.c
+4
-0
No files found.
lib/dns/tests/rdata_test.c
View file @
8d69e159
...
...
@@ -1647,6 +1647,10 @@ zonemd(void **state) {
TEXT_INVALID
(
"2019020700 0 0 "
),
TEXT_INVALID
(
"2019020700 1 0 DEADBEEF"
),
TEXT_VALID
(
"2019020700 2 0 DEADBEEF"
),
TEXT_VALID
(
"2019020700 255 0 DEADBEEF"
),
TEXT_INVALID
(
"2019020700 256 0 DEADBEEF"
),
TEXT_VALID
(
"2019020700 2 255 DEADBEEF"
),
TEXT_INVALID
(
"2019020700 2 256 DEADBEEF"
),
TEXT_VALID
(
"2019020700 1 0 7162D2BB75C047A53DE98767C9192BEB"
"14DB01E7E2267135DAF0230A 19BA4A31"
"6AF6BF64AA5C7BAE24B2992850300509"
),
...
...
Mark Andrews
@marka
mentioned in commit
7fb8e80d
·
Feb 07, 2019
mentioned in commit
7fb8e80d
mentioned in commit 7fb8e80d52de3ec492246c4fe433661175af14cd
Toggle commit list
Mark Andrews
@marka
mentioned in commit
4b955e82
·
Feb 07, 2019
mentioned in commit
4b955e82
mentioned in commit 4b955e8257f34a749564daba4236142100365ffb
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment