qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches
@ 2019-08-02 11:18 Marc-André Lureau
  2019-08-02 11:18 ` [Qemu-devel] [PULL 1/1] slirp: update with CVE-2019-14378 fix Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marc-André Lureau @ 2019-08-02 11:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

The following changes since commit 3bd6cbbb181b6ae60a1d1f33ccd325b45f71aa2a:

  Update version for v4.1.0-rc3 release (2019-07-30 22:02:05 +0100)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/slirp-CVE-2019-14378-pull-request

for you to fetch changes up to e1a4a24d262ba5ac74ea1795adb3ab1cd574c7fb:

  slirp: update with CVE-2019-14378 fix (2019-08-02 15:14:56 +0400)

----------------------------------------------------------------
Slirp CVE-2019-14378 pull request

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

Marc-André Lureau (1):
  slirp: update with CVE-2019-14378 fix

 slirp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.22.0.545.g9c9b961d7e



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [PULL 1/1] slirp: update with CVE-2019-14378 fix
  2019-08-02 11:18 [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Marc-André Lureau
@ 2019-08-02 11:18 ` Marc-André Lureau
  2019-08-02 12:04 ` [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Peter Maydell
  2019-08-02 14:10 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Marc-André Lureau @ 2019-08-02 11:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 slirp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slirp b/slirp
index f0da672620..126c04acba 160000
--- a/slirp
+++ b/slirp
@@ -1 +1 @@
-Subproject commit f0da6726207b740f6101028b2992f918477a4b08
+Subproject commit 126c04acbabd7ad32c2b018fe10dfac2a3bc1210
-- 
2.22.0.545.g9c9b961d7e



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches
  2019-08-02 11:18 [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Marc-André Lureau
  2019-08-02 11:18 ` [Qemu-devel] [PULL 1/1] slirp: update with CVE-2019-14378 fix Marc-André Lureau
@ 2019-08-02 12:04 ` Peter Maydell
  2019-08-02 14:10 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2019-08-02 12:04 UTC (permalink / raw)
  To: Marc-André Lureau; +Cc: QEMU Developers

On Fri, 2 Aug 2019 at 12:18, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
>
> The following changes since commit 3bd6cbbb181b6ae60a1d1f33ccd325b45f71aa2a:
>
>   Update version for v4.1.0-rc3 release (2019-07-30 22:02:05 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/elmarco/qemu.git tags/slirp-CVE-2019-14378-pull-request
>
> for you to fetch changes up to e1a4a24d262ba5ac74ea1795adb3ab1cd574c7fb:
>
>   slirp: update with CVE-2019-14378 fix (2019-08-02 15:14:56 +0400)
>
> ----------------------------------------------------------------
> Slirp CVE-2019-14378 pull request
>
> ----------------------------------------------------------------
>
> Marc-André Lureau (1):
>   slirp: update with CVE-2019-14378 fix

Changes here since the last submodule update:

126c04a Fix heap overflow in ip_reass on big packet input
113a219 Update README.md build instructions
bc814a7 build-sys: rename project to libslirp

Ideally we'd just take the fix and no other changes,
but a readme change is harmless and the build-sys
change only affects builds with meson which QEMU
doesn't use, so this should be OK.

thanks
-- PMM


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches
  2019-08-02 11:18 [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Marc-André Lureau
  2019-08-02 11:18 ` [Qemu-devel] [PULL 1/1] slirp: update with CVE-2019-14378 fix Marc-André Lureau
  2019-08-02 12:04 ` [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Peter Maydell
@ 2019-08-02 14:10 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2019-08-02 14:10 UTC (permalink / raw)
  To: Marc-André Lureau; +Cc: QEMU Developers

On Fri, 2 Aug 2019 at 12:18, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
>
> The following changes since commit 3bd6cbbb181b6ae60a1d1f33ccd325b45f71aa2a:
>
>   Update version for v4.1.0-rc3 release (2019-07-30 22:02:05 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/elmarco/qemu.git tags/slirp-CVE-2019-14378-pull-request
>
> for you to fetch changes up to e1a4a24d262ba5ac74ea1795adb3ab1cd574c7fb:
>
>   slirp: update with CVE-2019-14378 fix (2019-08-02 15:14:56 +0400)
>
> ----------------------------------------------------------------
> Slirp CVE-2019-14378 pull request
>
> ----------------------------------------------------------------
>
> Marc-André Lureau (1):
>   slirp: update with CVE-2019-14378 fix
>
>  slirp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)



Applied, thanks.

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

-- PMM


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-02 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02 11:18 [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Marc-André Lureau
2019-08-02 11:18 ` [Qemu-devel] [PULL 1/1] slirp: update with CVE-2019-14378 fix Marc-André Lureau
2019-08-02 12:04 ` [Qemu-devel] [PULL 0/1] Slirp cve 2019 14378 patches Peter Maydell
2019-08-02 14:10 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).