[Qemu-devel] [PULL 0/1] device-tree queue

Alistair Francis posted 1 patch 5 years ago
Failed in applying to current master (apply log)
device_tree.c | 4 ++++
1 file changed, 4 insertions(+)
[Qemu-devel] [PULL 0/1] device-tree queue
Posted by Alistair Francis 5 years ago
The following changes since commit f151f8aca5cf5da24f6eb743a55a2233091ae532:

  migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet() (2019-04-09 20:46:34 +0100)

are available in the Git repository at:

  git@github.com:alistair23/qemu.git tags/pull-device-tree-20190409-1

for you to fetch changes up to 065e6298a75164b4347682b63381dbe752c2b156:

  device_tree: Fix integer overflowing in load_device_tree() (2019-04-09 16:35:40 -0700)

----------------------------------------------------------------
Single device tree fix for 4.0

A single patch to avoid an overflow when loading device trees.

----------------------------------------------------------------
Markus Armbruster (1):
      device_tree: Fix integer overflowing in load_device_tree()

 device_tree.c | 4 ++++
 1 file changed, 4 insertions(+)
Re: [Qemu-devel] [PULL 0/1] device-tree queue
Posted by Peter Maydell 5 years ago
On Wed, 10 Apr 2019 at 00:55, Alistair Francis <Alistair.Francis@wdc.com> wrote:
>
> The following changes since commit f151f8aca5cf5da24f6eb743a55a2233091ae532:
>
>   migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet() (2019-04-09 20:46:34 +0100)
>
> are available in the Git repository at:
>
>   git@github.com:alistair23/qemu.git tags/pull-device-tree-20190409-1
>
> for you to fetch changes up to 065e6298a75164b4347682b63381dbe752c2b156:
>
>   device_tree: Fix integer overflowing in load_device_tree() (2019-04-09 16:35:40 -0700)
>
> ----------------------------------------------------------------
> Single device tree fix for 4.0
>
> A single patch to avoid an overflow when loading device trees.
>
> ----------------------------------------------------------------
> Markus Armbruster (1):
>       device_tree: Fix integer overflowing in load_device_tree()

Applied, thanks.

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

-- PMM