Skip to content
  • Benjamin Otte's avatar
    rbtree: Don't write to nil node · 647c441e
    Benjamin Otte authored
    The code used to set nil->parent, which could cause segfaults. Don't do
    that. We also need to pass the parent explicitly to the fixup code,
    because the node during fixup may be the nil node.
    647c441e