src/utils_avltree.c: Add assertions to rotate_{left,right}().
authorFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 20:08:19 +0000 (22:08 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 20:09:14 +0000 (22:09 +0200)
commit3d2e974839fb6590b84e58e000fa92ed6282f4c4
treee656e0f48d26e34b5bf90a7a53716bcf3a9a39a9
parentd44860c325b0044d5c9c37832efad8bb02eb7d4d
src/utils_avltree.c: Add assertions to rotate_{left,right}().

clang's static code analysis thought that x->right / x->left could be NULL,
reporting false positives. Let's see if this fixes it.
src/utils_avltree.c