Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
509f1b0f
Commit
509f1b0f
authored
Feb 11, 2020
by
Alessio Netti
Browse files
Fixing SEGFAULT-inducing bug in ConfiguratorTemplateEntity
parent
45bf8057
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/includes/ConfiguratorTemplateEntity.h
View file @
509f1b0f
...
...
@@ -329,6 +329,7 @@ class ConfiguratorTemplateEntity : public ConfiguratorTemplate<SBase, SGroup> {
}
}
else
{
SG_Ptr
group
=
std
::
make_shared
<
SGroup
>
(
val
.
second
.
data
());
group
->
setEntity
(
&
sEntity
);
bool
overwriting
=
false
;
if
(
group
->
getGroupName
().
size
()
>
0
)
{
...
...
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