In the Linux kernel, the following vulnerability has been resolved: f2fs: fix infinite loop in _insertextenttree() When we get wrong extent info data, and look up extentnode in rb tree, it will cause infinite loop (CONFIGF2FSCHECK_FS=n). Avoiding this by return NULL and print some kernel messages in that case.