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
582
Issues
582
List
Boards
Labels
Service Desk
Milestones
Merge Requests
111
Merge Requests
111
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
309dca41
Commit
309dca41
authored
Oct 13, 2019
by
Ondřej Surý
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Resolve scan-build false positive by adding extra assertion
parent
6bbb0b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bin/tests/system/dlzexternal/driver.c
bin/tests/system/dlzexternal/driver.c
+1
-0
No files found.
bin/tests/system/dlzexternal/driver.c
View file @
309dca41
...
...
@@ -99,6 +99,7 @@ add_name(struct dlz_example_data *state, struct record *list,
int
first_empty
=
-
1
;
for
(
i
=
0
;
i
<
MAX_RECORDS
;
i
++
)
{
INSIST
(
list
[
i
].
name
!=
NULL
);
if
(
first_empty
==
-
1
&&
strlen
(
list
[
i
].
name
)
==
0U
)
{
first_empty
=
i
;
}
...
...
Ondřej Surý
@ondrej
mentioned in commit
7a0019cf
·
Nov 05, 2019
mentioned in commit
7a0019cf
mentioned in commit 7a0019cfa1506c1747dccc8784a89d6aa46acc23
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
9d088216
·
Nov 05, 2019
mentioned in commit
9d088216
mentioned in commit 9d0882168a50cb820c469ab6704499f5e5c3fedb
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