diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-29 15:51:47 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-06 18:07:48 +0530 |
| commit | e370d2f41f4a7fe5ff4593de92a50c9271131ec5 (patch) | |
| tree | 52b80dbe20d9f917a6b546148b84b552eded8117 /meta-oe | |
| parent | c0a63f52228549a4ae0ca2110cdae766fa350977 (diff) | |
| download | meta-openembedded-e370d2f41f4a7fe5ff4593de92a50c9271131ec5.tar.gz | |
fio: ignore CVE-2025-10824
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-10824
The upstream maintainer wasn't able to reproduce the issue[1],
and the related bug is closed without further action.
[1]: https://github.com/axboe/fio/issues/1981
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a275078cbeaa0fafcfa4eb60ca69f05a8fe3df99)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_3.39.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.39.bb b/meta-oe/recipes-benchmark/fio/fio_3.39.bb index 4a94aadf42..2ca52aaecf 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.39.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.39.bb | |||
| @@ -45,3 +45,5 @@ do_install() { | |||
| 45 | install -d ${D}/${docdir}/${PN} | 45 | install -d ${D}/${docdir}/${PN} |
| 46 | cp -R --no-dereference --preserve=mode,links -v ${S}/examples ${D}/${docdir}/${PN}/ | 46 | cp -R --no-dereference --preserve=mode,links -v ${S}/examples ${D}/${docdir}/${PN}/ |
| 47 | } | 47 | } |
| 48 | |||
| 49 | CVE_STATUS[CVE-2025-10824] = "disputed: Maintainer could not reproduce the issue, issue is closed without change." | ||
