Skip to content
Snippets Groups Projects
Commit 32c4833f authored by Patrick Daly's avatar Patrick Daly
Browse files

lrdp: rbtree: Support error recovery during tree iteration

In some cases it may be possible to detect whether an rbtree is corrupted.
Skip over any corrupted nodes, and their children, while iterating.
Additionally, log a message whenever a bad entry is detected. This behavior
may be enabled by the client by setting the 'logger' and 'debug' properties
for a particular instance of an RbTree.

Modify the --print-ionbuffer parser to use the new RbTree implementation.

Change-Id: I2ed2364b5e7d42ee009a0a49876feb82ab0fa78c
parent 0686897d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment