a42a617350
When skipping null-merges, do not go back to the first parent node if we have already processed it. Fix a similar potential issue when handling parent nodes during regular processing. Change-Id: I10e531cdf3b203ca2e9249d89a37b61f79091311 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
6 lines
119 B
YAML
6 lines
119 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Remove an infinite loop in the traversal algorithm caused by some
|
|
null-merge skip situations.
|