]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix corrupted RB trees 848/head
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 24 Jul 2017 21:41:30 +0000 (18:41 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 24 Jul 2017 21:50:45 +0000 (18:50 -0300)
commit145b205177ab47860a78b68329dd4b0ac0d19036
tree239e20edb36e552345d4d58bda29cb9ba3f81f61
parent52535beec1fe85682094b625d3f2e19520a803a8
lib: fix corrupted RB trees

Commit 8f942af90 introduced a bug while silencing a clang warning. Silence
the warning in a different way to fix our red-black tree implementation.

Fixes #841.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/openbsd-tree.c