mbox

[PULL,0/4] AVR patches for 2020-07-21

Message ID 20200721180137.11136-1-f4bug@amsat.org
State New
Headers show

Pull-request

https://gitlab.com/philmd/qemu.git tags/avr-20200721

Message

Philippe Mathieu-Daudé July 21, 2020, 6:01 p.m. UTC
The following changes since commit 90218a9a393c7925f330e7dcc08658e2a01d3bd4:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07=
-21' into staging (2020-07-21 10:24:38 +0100)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/avr-20200721

for you to fetch changes up to 5e29521a82e540552880c3572cb8274bcaa1002c:

  hw/avr/boot: Fix memory leak in avr_load_firmware() (2020-07-21 16:13:04 +0=
200)

----------------------------------------------------------------
AVR patches

Fixes a memory leak reported by Coverity (CID 1430449).

CI jobs result:
. https://gitlab.com/philmd/qemu/-/pipelines/168722631

----------------------------------------------------------------

Philippe Mathieu-Daud=C3=A9 (4):
  qemu/osdep: Document os_find_datadir() return value
  qemu/osdep: Reword qemu_get_exec_dir() documentation
  qemu-common: Document qemu_find_file()
  hw/avr/boot: Fix memory leak in avr_load_firmware()

 include/qemu-common.h | 17 +++++++++++++++++
 include/qemu/osdep.h  |  5 ++++-
 hw/avr/boot.c         |  2 +-
 os-posix.c            |  3 +++
 os-win32.c            |  7 ++++++-
 5 files changed, 31 insertions(+), 3 deletions(-)

--=20
2.21.3

Comments

Peter Maydell July 23, 2020, 12:38 p.m. UTC | #1
On Tue, 21 Jul 2020 at 19:03, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit 90218a9a393c7925f330e7dcc08658e2a01d3bd4:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-07=
> -21' into staging (2020-07-21 10:24:38 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/avr-20200721
>
> for you to fetch changes up to 5e29521a82e540552880c3572cb8274bcaa1002c:
>
>   hw/avr/boot: Fix memory leak in avr_load_firmware() (2020-07-21 16:13:04 +0=
> 200)
>
> ----------------------------------------------------------------
> AVR patches
>
> Fixes a memory leak reported by Coverity (CID 1430449).
>
> CI jobs result:
> . https://gitlab.com/philmd/qemu/-/pipelines/168722631
>

Applied, thanks.

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

-- PMM