Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
421e22c7
Commit
421e22c7
authored
Jun 13, 2013
by
Mukund Sivaraman
Browse files
[2726] Fix array index
parent
0f00c388
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
421e22c7
...
...
@@ -709,7 +709,7 @@ public:
// To silence cppcheck. We don't really use the values before
// initialization, but this is cleaner anyway.
for
(
size_t
i
=
0
;
i
<
RBT_MAX_LEVEL
;
++
i
)
{
nodes_
[
0
]
=
NULL
;
nodes_
[
i
]
=
NULL
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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