From: Gerd Hoffmann <kraxel@redhat.com>
To: Michal Privoznik <mprivozn@redhat.com>
Cc: qemu-devel@nongnu.org, thuth@redhat.com
Subject: Re: [Qemu-devel] [PATCH] console: Avoid segfault in screendump
Date: Fri, 18 May 2018 09:02:03 +0200 [thread overview]
Message-ID: <20180518070203.lve7dobl2gnuqk7n@sirius.home.kraxel.org> (raw)
In-Reply-To: <cb05bb1909daa6ba62145c0194aafa05a14ed3d1.1526569138.git.mprivozn@redhat.com>
>
> graphic_hw_update(con);
> surface = qemu_console_surface(con);
> + if (!surface) {
> + error_setg(errp, "no surface");
> + return;
> + }
> +
Added to ui queue.
thanks,
Gerd
prev parent reply other threads:[~2018-05-18 7:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-17 15:00 [Qemu-devel] [PATCH] console: Avoid segfault in screendump Michal Privoznik
2018-05-17 15:38 ` Thomas Huth
2018-05-18 7:02 ` Gerd Hoffmann [this message]
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=20180518070203.lve7dobl2gnuqk7n@sirius.home.kraxel.org \
--to=kraxel@redhat.com \
--cc=mprivozn@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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 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).