[PULL 0/3] Error reporting patches for 2020-04-04

Markus Armbruster posted 3 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200404122416.1837-1-armbru@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
scripts/coccinelle/error-use-after-free.cocci | 52 +++++++++++++++++++++++++++
dump/win_dump.c                               |  4 +--
qga/commands-posix.c                          |  3 ++
MAINTAINERS                                   |  5 +++
4 files changed, 61 insertions(+), 3 deletions(-)
create mode 100644 scripts/coccinelle/error-use-after-free.cocci
[PULL 0/3] Error reporting patches for 2020-04-04
Posted by Markus Armbruster 4 years, 1 month ago
The following changes since commit 146aa0f104bb3bf88e43c4082a0bfc4bbda4fbd8:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-04-03 15:30:11 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-04-04

for you to fetch changes up to 6a4a38530e70f3917a58d71d4d08e28bd8146015:

  qga/commands-posix: fix use after free of local_err (2020-04-04 14:15:24 +0200)

----------------------------------------------------------------
Error reporting patches for 2020-04-04

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (3):
      scripts/coccinelle: add error-use-after-free.cocci
      dump/win_dump: fix use after free of err
      qga/commands-posix: fix use after free of local_err

 scripts/coccinelle/error-use-after-free.cocci | 52 +++++++++++++++++++++++++++
 dump/win_dump.c                               |  4 +--
 qga/commands-posix.c                          |  3 ++
 MAINTAINERS                                   |  5 +++
 4 files changed, 61 insertions(+), 3 deletions(-)
 create mode 100644 scripts/coccinelle/error-use-after-free.cocci

-- 
2.21.1


Re: [PULL 0/3] Error reporting patches for 2020-04-04
Posted by Peter Maydell 4 years, 1 month ago
On Sat, 4 Apr 2020 at 13:25, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 146aa0f104bb3bf88e43c4082a0bfc4bbda4fbd8:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-04-03 15:30:11 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-04-04
>
> for you to fetch changes up to 6a4a38530e70f3917a58d71d4d08e28bd8146015:
>
>   qga/commands-posix: fix use after free of local_err (2020-04-04 14:15:24 +0200)
>
> ----------------------------------------------------------------
> Error reporting patches for 2020-04-04
>
> ----------------------------------------------------------------
> Vladimir Sementsov-Ogievskiy (3):
>       scripts/coccinelle: add error-use-after-free.cocci
>       dump/win_dump: fix use after free of err
>       qga/commands-posix: fix use after free of local_err


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM