]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Protect ma_pivots() from using dead nodes
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 24 Nov 2022 15:46:45 +0000 (10:46 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 21:03:40 +0000 (16:03 -0500)
commit07ea44554c32fcc94fa95b3c339b8707a63822f7
treec306993c3c35f88590652f16bb925b74c3cc77ef
parentb408ec8e7085a5c85216601f3f9be9c6cb460de4
maple_tree: Protect ma_pivots() from using dead nodes

Ensure the node type being used isn't going to return an invalid
pointer.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c