Re: [Spice-devel] [spice-gtk v3] file-xfer: fix segfault on agent disconnection

2016-05-16 Thread Victor Toso
Hi, On Mon, May 16, 2016 at 09:02:16AM +0200, Fabiano FidĂȘncio wrote: > On Mon, May 16, 2016 at 8:50 AM, Victor Toso wrote: > > We are checking self->priv->error but accessing the argument GError * > > which is NULL and leads to a segfault. > > > > Program received signal SIGSEGV, Segmentation fa

Re: [Spice-devel] [spice-gtk v3] file-xfer: fix segfault on agent disconnection

2016-05-16 Thread Fabiano FidĂȘncio
On Mon, May 16, 2016 at 8:50 AM, Victor Toso wrote: > We are checking self->priv->error but accessing the argument GError * > which is NULL and leads to a segfault. > > Program received signal SIGSEGV, Segmentation fault. > spice_file_transfer_task_completed (self=self@entry=0x7fffd0006f00, > err

[Spice-devel] [spice-gtk v3] file-xfer: fix segfault on agent disconnection

2016-05-15 Thread Victor Toso
We are checking self->priv->error but accessing the argument GError * which is NULL and leads to a segfault. Program received signal SIGSEGV, Segmentation fault. spice_file_transfer_task_completed (self=self@entry=0x7fffd0006f00, error=0x0) at channel-main.c:2963 2963VDAgentFileXferSt