In the Linux kernel, the following vulnerability has been resolved: xfs: initialise error in xfs_defer_finish_one() xfs_defer_finish_one() declares error without an initialiser and only assigns it …
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: xfs: initialise error in xfs_defer_finish_one() xfs_defer_finish_one() declares error without an initialiser and only assigns it inside the loop over dfp->dfp_work. When that list is empty the loop body never runs, control falls through to the "Done with the dfp, free it" path, and the function returns an indeterminate value. An item-less pending item reaches this through xfs_defer_add_barrier(), which xfs_reap_ag_blocks() …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/30748a24b9f04f9a83599ba907cc8fbff0729f3c
- https://git.kernel.org/stable/c/6176d21d7bd609632c5b7e87a3adb9be29ec1e72
- https://git.kernel.org/stable/c/6b507c239884f7d4bf8339f6e9eb8bfcb540afde
- https://git.kernel.org/stable/c/ba949a14446b7346e92e676ee3fe2bb79d9ce450
时间线
- nvd_ingest NVD