]> 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>
Mon, 28 Nov 2022 20:18:33 +0000 (15:18 -0500)
commit89722aa1b7c5afcb7c062fbd2c2307e28bc29a2c
treec34f50441e5c0ad2357f6e283f5892f6703cca74
parent04040f55f569a69990e9488c116e4f708b41a715
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