Files
poky/meta/recipes-devtools
Sean Nyekjaer d4bc6a9374 dmidecode: fixup for CVE-2023-30630
The previous CVE-2023-30630_1.patch picked only the patch
"dmidecode: Write the whole dump file at once" d8cfbc808f.
But there was a refactoring which does not allow to cherry-pick it fast
forward. Resolving this conflict was not correctly done. The patch was:

+    u32 len;
+    u8 *table;
...
-    if (!(opt.flags & FLAG_QUIET))
-        pr_comment("Writing %d bytes to %s.", crafted[0x05],
-                   opt.dumpfile);
-    write_dump(0, crafted[0x05], crafted, opt.dumpfile, 1);
+    dmi_table_dump(crafted, crafted[0x05], table, len);

It looks like the variables len and table have been added without
initialization.
Now this problem is solved by applying the previous refactoring as
well. Patch 1 gets replaced by Patch 1a and Patch 1b. Patch 2..4 are
rebased without changes.

This is basically the same patch as in kirkstone:
ea069a94a2 dmidecode: fixup for CVE-2023-30630

(From OE-Core rev: 0bc69dc078c39381a39789d3c5fff673d7da994c)

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2023-10-25 04:51:00 -10:00
..
2023-03-11 00:08:41 +00:00
2023-08-15 06:18:49 -10:00
2023-09-20 05:23:02 -10:00
2022-12-06 15:23:18 +00:00
2023-02-09 09:57:24 +00:00
2023-03-27 15:44:02 +01:00
2022-11-07 14:32:42 +00:00
2023-06-30 04:07:59 -10:00
2023-05-31 04:08:11 -10:00
2023-10-04 05:21:26 -10:00
2023-10-11 03:54:46 -10:00
2023-06-30 04:07:59 -10:00
2021-11-03 10:12:42 +00:00
2023-09-13 06:21:26 -10:00
2023-01-06 12:03:47 +00:00
2022-08-16 14:57:58 +01:00
2023-06-24 09:13:07 -10:00
2023-10-11 03:54:46 -10:00
2022-03-23 12:13:49 +00:00
2023-03-12 23:39:13 +00:00
2023-03-11 00:08:41 +00:00
2022-11-08 22:47:16 +00:00
2023-05-10 04:16:50 -10:00
2023-01-06 12:03:47 +00:00
2023-08-15 06:18:49 -10:00
2022-11-07 14:32:42 +00:00
2023-08-01 06:17:28 -10:00
2023-10-11 03:54:46 -10:00
2023-03-06 09:52:16 +00:00
2023-07-07 04:30:26 -10:00
2023-08-01 06:17:27 -10:00
2023-10-18 05:25:19 -10:00
2022-04-26 18:25:08 +01:00
2022-12-06 15:23:18 +00:00
2023-10-11 03:54:46 -10:00
2023-05-10 04:16:51 -10:00
2022-09-08 14:59:39 +01:00