Hi,
On Mon, May 27, 2019 at 5:58 PM Frediano Ziglio wrote:
>
> >
> > Hi,
> >
> > On Thu, May 23, 2019 at 3:31 PM Marc-André Lureau
> > wrote:
> > >
> > > Hi
> > >
> > > On Thu, May 23, 2019 at 10:37 AM Jakub Janků wrote:
> > > >
> > > > According to [0], g_debug should not be used in a signal h
>
> Hi,
>
> On Thu, May 23, 2019 at 3:31 PM Marc-André Lureau
> wrote:
> >
> > Hi
> >
> > On Thu, May 23, 2019 at 10:37 AM Jakub Janků wrote:
> > >
> > > According to [0], g_debug should not be used in a signal handler.
> > > So, to avoid reentrancy, do not print debug message when quit is
> >
Hi,
On Thu, May 23, 2019 at 3:31 PM Marc-André Lureau
wrote:
>
> Hi
>
> On Thu, May 23, 2019 at 10:37 AM Jakub Janků wrote:
> >
> > According to [0], g_debug should not be used in a signal handler.
> > So, to avoid reentrancy, do not print debug message when quit is
> > called with SIGINT.
> >
>
Hi
On Thu, May 23, 2019 at 10:37 AM Jakub Janků wrote:
>
> According to [0], g_debug should not be used in a signal handler.
> So, to avoid reentrancy, do not print debug message when quit is
> called with SIGINT.
>
> [0]
> https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/signal?
According to [0], g_debug should not be used in a signal handler.
So, to avoid reentrancy, do not print debug message when quit is
called with SIGINT.
[0]
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/signal?view=vs-2019
Signed-off-by: Jakub Janků
---
spice/spice-webdavd.c |