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