In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap() to handle error Refactor inodebmap() to handle error since udfnextaext() can return error now. On situations like ftruncate, udfextendfile() can now detect errors and bail out early without resorting to checking for particular offsets and assuming internal behavior of these functions.