[Spice-devel] [spice-gtk v2 2/2] channel-usbredir: prevent crash when calling without host
Victor Toso
victortoso at redhat.com
Wed Nov 30 17:57:12 UTC 2016
Hi,
On Wed, Nov 30, 2016 at 06:45:45PM +0100, Pavel Grunt wrote:
> imho this should be in usbredir
>
> It is not nice when library crashes your program
I don't disagree. Libraries should use guards accordingly.
But it doesn't make this correct. We should have initialized
usbredirhost before calling this API, making this a spice-gtk mistake.
Either way is fine to me... maybe both :)
toso
>
> Pavel
>
> On Wed, 2016-11-30 at 18:36 +0100, Victor Toso wrote:
> > From: Victor Toso <me at victortoso.com>
> >
> > Similar fix was done in 5b252b0f499601bcf387c02a4dd35d27ed34c
> >
> > We should log a critical message instead of crashing the
> > application.
> > Signed-off-by: Victor Toso <victortoso at redhat.com>
> > ---
> > src/channel-usbredir.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/src/channel-usbredir.c b/src/channel-usbredir.c
> > index 4837d68..392a35e 100644
> > --- a/src/channel-usbredir.c
> > +++ b/src/channel-usbredir.c
> > @@ -817,6 +817,8 @@ static void
> > spice_usbredir_channel_up(SpiceChannel *c)
> > SpiceUsbredirChannel *channel = SPICE_USBREDIR_CHANNEL(c);
> > SpiceUsbredirChannelPrivate *priv = channel->priv;
> >
> > + g_return_if_fail(priv->host != NULL);
> > +
> > /* Flush any pending writes */
> > usbredirhost_write_guest_data(priv->host);
> > }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20161130/2f64084c/attachment.sig>
More information about the Spice-devel
mailing list