projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
a5d64ae
)
Fix: do not repurpose iterator while it is being used
author
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Wed, 12 Dec 2018 22:24:11 +0000
(17:24 -0500)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Mon, 14 Jan 2019 22:56:28 +0000
(17:56 -0500)
The hash table iteration uses an iterator that needs to stay valid for
the next loop. Using that same iterator variable in a nested lookup
in a different hash table leads to segmentation fault.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
No differences found
This page took
0.024149 seconds
and
4
git commands to generate.