diff options
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch index 72f77cc6bd..b904e46bda 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch | |||
@@ -4,6 +4,7 @@ Date: Fri, 6 Feb 2015 12:46:39 -0500 | |||
4 | Subject: [PATCH] libext2fs: fix potential buffer overflow in closefs() | 4 | Subject: [PATCH] libext2fs: fix potential buffer overflow in closefs() |
5 | 5 | ||
6 | Upstream-Status: Backport | 6 | Upstream-Status: Backport |
7 | CVE: CVE-2015-1572 | ||
7 | 8 | ||
8 | The bug fix in f66e6ce4446: "libext2fs: avoid buffer overflow if | 9 | The bug fix in f66e6ce4446: "libext2fs: avoid buffer overflow if |
9 | s_first_meta_bg is too big" had a typo in the fix for | 10 | s_first_meta_bg is too big" had a typo in the fix for |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch index 4de67c9704..5b6346b150 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch | |||
@@ -11,8 +11,8 @@ fs->desc_blocks. This doesn't correct the bad s_first_meta_bg value, | |||
11 | but it avoids causing the e2fsprogs userspace programs from | 11 | but it avoids causing the e2fsprogs userspace programs from |
12 | potentially crashing. | 12 | potentially crashing. |
13 | 13 | ||
14 | Fixes CVE-2015-0247 | ||
15 | Upstream-Status: Backport | 14 | Upstream-Status: Backport |
15 | CVE: CVE-2015-0247 | ||
16 | 16 | ||
17 | Signed-off-by: Theodore Ts'o <tytso@mit.edu> | 17 | Signed-off-by: Theodore Ts'o <tytso@mit.edu> |
18 | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> | 18 | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> |