Changeset 3d74da6 in rtems

Timestamp:
05/02/12 19:04:58 (12 years ago)
Author:
Gedare Bloom <gedare@…>
Branches:
4.11, 5, master
Children:
a41950dd
Parents:
0f31ec5d
git-author:
Gedare Bloom <gedare@…> (05/02/12 19:04:58)
git-committer:
Gedare Bloom <gedare@…> (05/08/12 22:40:44)
Message:

PR2060: RBTree: updating min and max on extract path

During node extraction from a red-black tree the min and max values are updated
incorrectly. We need to use the successor/predecessor functions to find the
next/previous node when we remove the min/max from the tree.

(No files)

Note: See TracChangeset for help on using the changeset viewer.