In the Linux kernel, the following vulnerability has been...
Low severity
Unreviewed
Published
Nov 8, 2024
to the GitHub Advisory Database
•
Updated Nov 18, 2024
Description
Published by the National Vulnerability Database
Nov 8, 2024
Published to the GitHub Advisory Database
Nov 8, 2024
Last updated
Nov 18, 2024
In the Linux kernel, the following vulnerability has been resolved:
udf: refactor inode_bmap() to handle error
Refactor inode_bmap() to handle error since udf_next_aext() can return
error now. On situations like ftruncate, udf_extend_file() can now
detect errors and bail out early without resorting to checking for
particular offsets and assuming internal behavior of these functions.
References