3 matches found
kernel: lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
A flaw was found in the Linux kernel. A race condition in the genradixptralloc function, responsible for allocating nodes in the generic radix tree, can occur when increasing the tree depth. This race can lead to a preallocated node retaining a pointer to an old root instead of being properly...
kernel: lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
A flaw was found in the Linux kernel. A race condition in the genradixptralloc function, responsible for allocating nodes in the generic radix tree, can occur when increasing the tree depth. This race can lead to a preallocated node retaining a pointer to an old root instead of being properly...
Linux kernel 竞争条件问题漏洞
Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a race condition in the generic-radix-tree in the lib component when increasing the depth of the tree, which...