lrh2000 / StackRot

CVE-2023-3269: Linux kernel privilege escalation vulnerability
455 stars 38 forks source link

fix typo function name mas_wr_node_store #2

Closed u1f383 closed 10 months ago

u1f383 commented 10 months ago

The function name "mas_wr_store_node" should be "mas_wr_node_store" (defined in lib/maple_tree.c).

lrh2000 commented 10 months ago

Oh right, it should be mas_wr_node_store... So careful to catch this, thank you!