From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/50] Patch review
Date: Fri, 25 Feb 2022 04:25:40 -1000 [thread overview]
Message-ID: <cover.1645798648.git.steve@sakoman.com> (raw)
Please review this set of patches for dunfell and have comments back by end
of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3283
with the exception of a known autobuilder intermittent issue on qemuarm64
which passed on subsequent retest:
https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/4780
The following changes since commit 9360b92f98222cb74a93690f53570cd62633c0cf:
vim: Upgrade 8.2.4314 -> 8.2.4424 (2022-02-21 07:28:56 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Chee Yang Lee (1):
ruby: 2.7.4 -> 2.7.5
Kartikey Rameshbhai Parmar (1):
puzzles: Upstream changed to main branch for development
Marta Rybczynska (46):
grub: fix a memory leak
grub: add a fix for a possible NULL dereference
grub: fix a dangling memory pointer
grub: fix wrong handling of argc == 0
grub: add a fix for malformed device path handling
grub: fix memory leak at error in grub_efi_get_filename()
grub: add a fix for a possible NULL pointer dereference
grub: add a fix for unused variable in gnulib
grub: fix an unitialized token in gnulib
grub: add a fix a NULL pointer dereference in gnulib
grub: add a fix for NULL pointer dereference
grub: fix an unitialized re_token in gnulib
grub: add a fix for unnecessary assignements
grub: add structure initialization in zstd
grub: add a missing NULL check
grub: fix a memory leak
grub: fix a memory leak
grub: fix a memory leak
grub: fix an integer overflow
grub: add a fix for a length check
grub: add a fix for a possible negative shift
grub: add a fix for a memory leak
grub: add a fix for possible integer overflows
grub: fix an error check
grub: add a fix for a memory leak
grub: add a fix for a possible unintended sign extension
grub: add a fix for a possible NULL dereference
grub: add a fix for a memory leak
grub: add a fix for a memory leak
grub: fix a memory leak
grub: remove unneeded return value
grub: fix an integer overflow
grub: fix multiple integer overflows
grub: fix a possible integer overflow
grub: test for malformed jpeg files
grub: remove dead code
grub: fix checking for NULL
grub: add a fix for a memory leak
grub: avoid a memory leak
grub: add a check for a NULL pointer
grub: add a fix for NULL pointer dereference
grub: add a fix for an incorrect cast
grub: fix incorrect use of a negative value
grub: add a fix for a NULL pointer dereference
grub: avoid a NULL pointer dereference
grub: add a fix for a crash in scripts
Purushottam Choudhary (1):
tiff: fix for CVE-2022-22844
Ranjitsinh Rathod (1):
openssl: Add fix for CVE-2021-4160
...leak-when-iterating-over-mapped-memo.patch | 39 +++
...ible-dereference-to-of-a-NULL-pointe.patch | 39 +++
...net-tftp-Fix-dangling-memory-pointer.patch | 33 +++
...n-parser-Fix-resource-leak-if-argc-0.patch | 50 ++++
...formed-device-path-arithmetic-errors.patch | 235 ++++++++++++++++++
...-kern-efi-Fix-memory-leak-on-failure.patch | 30 +++
...ix-possible-NULL-pointer-dereference.patch | 65 +++++
...ulib-regexec-Resolve-unused-variable.patch | 59 +++++
...mp-Fix-uninitialized-token-structure.patch | 53 ++++
...-Fix-dereference-of-a-possibly-NULL-.patch | 52 ++++
...egexec-Fix-possible-null-dereference.patch | 53 ++++
...b-regcomp-Fix-uninitialized-re_token.patch | 55 ++++
...e-unnecessary-self-assignment-errors.patch | 41 +++
...std-Initialize-seq_t-structure-fully.patch | 34 +++
...heck-for-NULL-before-dereferencing-i.patch | 43 ++++
...re-comp-data-is-freed-before-exiting.patch | 128 ++++++++++
...-If-failed-then-free-vg-variable-too.patch | 28 +++
...ory-leak-on-uninserted-lv-references.patch | 50 ++++
...odisk-Fix-potential-integer-overflow.patch | 50 ++++
...that-the-volume-name-length-is-valid.patch | 43 ++++
...ix-possible-negative-shift-operation.patch | 42 ++++
...source-leaks-while-constructing-path.patch | 121 +++++++++
...3-zfs-Fix-possible-integer-overflows.patch | 56 +++++
...-a-check-for-error-allocating-memory.patch | 35 +++
.../files/0025-affs-Fix-memory-leaks.patch | 82 ++++++
...x-possible-unintended-sign-extension.patch | 36 +++
...pt-mpi-Fix-possible-NULL-dereference.patch | 33 +++
...slinux-Fix-memory-leak-while-parsing.patch | 43 ++++
...n-Fix-leaking-of-memory-when-process.patch | 52 ++++
...0-commands-hashsum-Fix-a-memory-leak.patch | 56 +++++
...move-unnecessary-return-value-of-gru.patch | 94 +++++++
...bfill-Fix-potential-integer-overflow.patch | 78 ++++++
...eo_fb-Fix-multiple-integer-overflows.patch | 104 ++++++++
...deo_fb-Fix-possible-integer-overflow.patch | 39 +++
...eg-Test-for-an-invalid-next-marker-r.patch | 38 +++
...-Remove-code-that-coverity-is-flaggi.patch | 34 +++
...ader-bsd-Check-for-NULL-arg-up-front.patch | 47 ++++
.../0038-loader-xnu-Fix-memory-leak.patch | 38 +++
...driverkey-data-when-an-error-is-dete.patch | 77 ++++++
...k-if-pointer-is-NULL-before-using-it.patch | 42 ++++
...nstall-Fix-NULL-pointer-dereferences.patch | 41 +++
...v-Fix-incorrect-casting-of-a-signed-.patch | 46 ++++
...x-incorrect-use-of-a-possibly-negati.patch | 50 ++++
...ix-NULL-dereference-in-grub_script_e.patch | 28 +++
...ire-device_name-is-not-NULL-before-p.patch | 33 +++
...void-crash-when-using-outside-a-func.patch | 37 +++
meta/recipes-bsp/grub/grub2.inc | 48 +++-
.../openssl/openssl/CVE-2021-4160.patch | 145 +++++++++++
.../openssl/openssl_1.1.1l.bb | 1 +
.../ruby/{ruby_2.7.4.bb => ruby_2.7.5.bb} | 4 +-
...al-buffer-overflow-for-ASCII-tags-wh.patch | 52 ++++
meta/recipes-multimedia/libtiff/tiff_4.1.0.bb | 1 +
meta/recipes-sato/puzzles/puzzles_git.bb | 2 +-
53 files changed, 2811 insertions(+), 4 deletions(-)
create mode 100644 meta/recipes-bsp/grub/files/0001-mmap-Fix-memory-leak-when-iterating-over-mapped-memo.patch
create mode 100644 meta/recipes-bsp/grub/files/0002-net-net-Fix-possible-dereference-to-of-a-NULL-pointe.patch
create mode 100644 meta/recipes-bsp/grub/files/0003-net-tftp-Fix-dangling-memory-pointer.patch
create mode 100644 meta/recipes-bsp/grub/files/0004-kern-parser-Fix-resource-leak-if-argc-0.patch
create mode 100644 meta/recipes-bsp/grub/files/0005-efi-Fix-some-malformed-device-path-arithmetic-errors.patch
create mode 100644 meta/recipes-bsp/grub/files/0006-kern-efi-Fix-memory-leak-on-failure.patch
create mode 100644 meta/recipes-bsp/grub/files/0007-kern-efi-mm-Fix-possible-NULL-pointer-dereference.patch
create mode 100644 meta/recipes-bsp/grub/files/0008-gnulib-regexec-Resolve-unused-variable.patch
create mode 100644 meta/recipes-bsp/grub/files/0009-gnulib-regcomp-Fix-uninitialized-token-structure.patch
create mode 100644 meta/recipes-bsp/grub/files/0010-gnulib-argp-help-Fix-dereference-of-a-possibly-NULL-.patch
create mode 100644 meta/recipes-bsp/grub/files/0011-gnulib-regexec-Fix-possible-null-dereference.patch
create mode 100644 meta/recipes-bsp/grub/files/0012-gnulib-regcomp-Fix-uninitialized-re_token.patch
create mode 100644 meta/recipes-bsp/grub/files/0013-io-lzopio-Resolve-unnecessary-self-assignment-errors.patch
create mode 100644 meta/recipes-bsp/grub/files/0014-zstd-Initialize-seq_t-structure-fully.patch
create mode 100644 meta/recipes-bsp/grub/files/0015-kern-partition-Check-for-NULL-before-dereferencing-i.patch
create mode 100644 meta/recipes-bsp/grub/files/0016-disk-ldm-Make-sure-comp-data-is-freed-before-exiting.patch
create mode 100644 meta/recipes-bsp/grub/files/0017-disk-ldm-If-failed-then-free-vg-variable-too.patch
create mode 100644 meta/recipes-bsp/grub/files/0018-disk-ldm-Fix-memory-leak-on-uninserted-lv-references.patch
create mode 100644 meta/recipes-bsp/grub/files/0019-disk-cryptodisk-Fix-potential-integer-overflow.patch
create mode 100644 meta/recipes-bsp/grub/files/0020-hfsplus-Check-that-the-volume-name-length-is-valid.patch
create mode 100644 meta/recipes-bsp/grub/files/0021-zfs-Fix-possible-negative-shift-operation.patch
create mode 100644 meta/recipes-bsp/grub/files/0022-zfs-Fix-resource-leaks-while-constructing-path.patch
create mode 100644 meta/recipes-bsp/grub/files/0023-zfs-Fix-possible-integer-overflows.patch
create mode 100644 meta/recipes-bsp/grub/files/0024-zfsinfo-Correct-a-check-for-error-allocating-memory.patch
create mode 100644 meta/recipes-bsp/grub/files/0025-affs-Fix-memory-leaks.patch
create mode 100644 meta/recipes-bsp/grub/files/0026-libgcrypt-mpi-Fix-possible-unintended-sign-extension.patch
create mode 100644 meta/recipes-bsp/grub/files/0027-libgcrypt-mpi-Fix-possible-NULL-dereference.patch
create mode 100644 meta/recipes-bsp/grub/files/0028-syslinux-Fix-memory-leak-while-parsing.patch
create mode 100644 meta/recipes-bsp/grub/files/0029-normal-completion-Fix-leaking-of-memory-when-process.patch
create mode 100644 meta/recipes-bsp/grub/files/0030-commands-hashsum-Fix-a-memory-leak.patch
create mode 100644 meta/recipes-bsp/grub/files/0031-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch
create mode 100644 meta/recipes-bsp/grub/files/0032-video-fb-fbfill-Fix-potential-integer-overflow.patch
create mode 100644 meta/recipes-bsp/grub/files/0033-video-fb-video_fb-Fix-multiple-integer-overflows.patch
create mode 100644 meta/recipes-bsp/grub/files/0034-video-fb-video_fb-Fix-possible-integer-overflow.patch
create mode 100644 meta/recipes-bsp/grub/files/0035-video-readers-jpeg-Test-for-an-invalid-next-marker-r.patch
create mode 100644 meta/recipes-bsp/grub/files/0036-gfxmenu-gui_list-Remove-code-that-coverity-is-flaggi.patch
create mode 100644 meta/recipes-bsp/grub/files/0037-loader-bsd-Check-for-NULL-arg-up-front.patch
create mode 100644 meta/recipes-bsp/grub/files/0038-loader-xnu-Fix-memory-leak.patch
create mode 100644 meta/recipes-bsp/grub/files/0039-loader-xnu-Free-driverkey-data-when-an-error-is-dete.patch
create mode 100644 meta/recipes-bsp/grub/files/0040-loader-xnu-Check-if-pointer-is-NULL-before-using-it.patch
create mode 100644 meta/recipes-bsp/grub/files/0041-util-grub-install-Fix-NULL-pointer-dereferences.patch
create mode 100644 meta/recipes-bsp/grub/files/0042-util-grub-editenv-Fix-incorrect-casting-of-a-signed-.patch
create mode 100644 meta/recipes-bsp/grub/files/0043-util-glue-efi-Fix-incorrect-use-of-a-possibly-negati.patch
create mode 100644 meta/recipes-bsp/grub/files/0044-script-execute-Fix-NULL-dereference-in-grub_script_e.patch
create mode 100644 meta/recipes-bsp/grub/files/0045-commands-ls-Require-device_name-is-not-NULL-before-p.patch
create mode 100644 meta/recipes-bsp/grub/files/0046-script-execute-Avoid-crash-when-using-outside-a-func.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2021-4160.patch
rename meta/recipes-devtools/ruby/{ruby_2.7.4.bb => ruby_2.7.5.bb} (95%)
create mode 100644 meta/recipes-multimedia/libtiff/files/0001-tiffset-fix-global-buffer-overflow-for-ASCII-tags-wh.patch
--
2.25.1
next reply other threads:[~2022-02-25 14:26 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-25 14:25 Steve Sakoman [this message]
2022-02-25 14:25 ` [OE-core][dunfell 01/50] openssl: Add fix for CVE-2021-4160 Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 02/50] tiff: fix for CVE-2022-22844 Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 03/50] ruby: 2.7.4 -> 2.7.5 Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 04/50] puzzles: Upstream changed to main branch for development Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 05/50] grub: fix a memory leak Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 06/50] grub: add a fix for a possible NULL dereference Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 07/50] grub: fix a dangling memory pointer Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 08/50] grub: fix wrong handling of argc == 0 Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 09/50] grub: add a fix for malformed device path handling Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 10/50] grub: fix memory leak at error in grub_efi_get_filename() Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 11/50] grub: add a fix for a possible NULL pointer dereference Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 12/50] grub: add a fix for unused variable in gnulib Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 13/50] grub: fix an unitialized token " Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 14/50] grub: add a fix a NULL pointer dereference " Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 15/50] grub: add a fix for NULL pointer dereference Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 16/50] grub: fix an unitialized re_token in gnulib Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 17/50] grub: add a fix for unnecessary assignements Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 18/50] grub: add structure initialization in zstd Steve Sakoman
2022-02-25 14:25 ` [OE-core][dunfell 19/50] grub: add a missing NULL check Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 20/50] grub: fix a memory leak Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 21/50] " Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 22/50] " Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 23/50] grub: fix an integer overflow Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 24/50] grub: add a fix for a length check Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 25/50] grub: add a fix for a possible negative shift Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 26/50] grub: add a fix for a memory leak Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 27/50] grub: add a fix for possible integer overflows Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 28/50] grub: fix an error check Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 29/50] grub: add a fix for a memory leak Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 30/50] grub: add a fix for a possible unintended sign extension Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 31/50] grub: add a fix for a possible NULL dereference Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 32/50] grub: add a fix for a memory leak Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 33/50] " Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 34/50] grub: fix " Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 35/50] grub: remove unneeded return value Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 36/50] grub: fix an integer overflow Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 37/50] grub: fix multiple integer overflows Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 38/50] grub: fix a possible integer overflow Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 39/50] grub: test for malformed jpeg files Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 40/50] grub: remove dead code Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 41/50] grub: fix checking for NULL Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 42/50] grub: add a fix for a memory leak Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 43/50] grub: avoid " Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 44/50] grub: add a check for a NULL pointer Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 45/50] grub: add a fix for NULL pointer dereference Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 46/50] grub: add a fix for an incorrect cast Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 47/50] grub: fix incorrect use of a negative value Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 48/50] grub: add a fix for a NULL pointer dereference Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 49/50] grub: avoid " Steve Sakoman
2022-02-25 14:26 ` [OE-core][dunfell 50/50] grub: add a fix for a crash in scripts Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1645798648.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.