[thin_repair] Fix segfault with metadata containing loops (bz1853241)
'seen' bit was being set too late.
This commit is contained in:
parent
fe754d81a4
commit
a407c831df
@ -614,8 +614,8 @@ namespace {
|
|||||||
|
|
||||||
return it->second;
|
return it->second;
|
||||||
} else {
|
} else {
|
||||||
node_info info = get_info_(b);
|
|
||||||
examined_[b] = true;
|
examined_[b] = true;
|
||||||
|
node_info info = get_info_(b);
|
||||||
if (!failed(info))
|
if (!failed(info))
|
||||||
infos_.insert(make_pair(b, info));
|
infos_.insert(make_pair(b, info));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user