Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-24 Thread Frediano Ziglio
> > > > > > > > > On Tue, 2017-05-23 at 07:01 -0400, Frediano Ziglio wrote: > > > > > > > > > > On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > > > > > > > > > > > > > > > > --- > > > > > > > > vdagent/file_xfer.cpp | 4 ++-- > > > > > > > > 1 file changed, 2

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-24 Thread Frediano Ziglio
> > > > > > > > > On Tue, 2017-05-23 at 07:01 -0400, Frediano Ziglio wrote: > > > > > > > > > > On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > > > > > > > > > > > > > > > > --- > > > > > > > > vdagent/file_xfer.cpp | 4 ++-- > > > > > > > > 1 file changed, 2

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-23 Thread Frediano Ziglio
> > > > > On Tue, 2017-05-23 at 07:01 -0400, Frediano Ziglio wrote: > > > > > > > > On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > > > > > > > > > > > > > --- > > > > > > > vdagent/file_xfer.cpp | 4 ++-- > > > > > > > 1 file changed, 2 insertions(+), 2 delet

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-23 Thread Frediano Ziglio
> > On Tue, 2017-05-23 at 07:01 -0400, Frediano Ziglio wrote: > > > > > > On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > > > > > > > > > > --- > > > > > > vdagent/file_xfer.cpp | 4 ++-- > > > > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > >

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-23 Thread Pavel Grunt
On Tue, 2017-05-23 at 07:01 -0400, Frediano Ziglio wrote: > > > > On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > > > > > > > --- > > > > > vdagent/file_xfer.cpp | 4 ++-- > > > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > > > > > diff --git

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-23 Thread Frediano Ziglio
> > On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > > > > --- > > > > vdagent/file_xfer.cpp | 4 ++-- > > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > > > diff --git a/vdagent/file_xfer.cpp b/vdagent/file_xfer.cpp > > > > index de1aea1..de98d

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-23 Thread Christophe Fergeau
On Wed, May 17, 2017 at 12:57:34PM -0400, Frediano Ziglio wrote: > > > > > > > > --- > > > vdagent/file_xfer.cpp | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/vdagent/file_xfer.cpp b/vdagent/file_xfer.cpp > > > index de1aea1..de98d50 100644 > > > --- a

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-17 Thread Frediano Ziglio
> > > > > --- > > vdagent/file_xfer.cpp | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/vdagent/file_xfer.cpp b/vdagent/file_xfer.cpp > > index de1aea1..de98d50 100644 > > --- a/vdagent/file_xfer.cpp > > +++ b/vdagent/file_xfer.cpp > > @@ -113,8 +113,8 @@ void

Re: [Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-17 Thread Frediano Ziglio
> > --- > vdagent/file_xfer.cpp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/vdagent/file_xfer.cpp b/vdagent/file_xfer.cpp > index de1aea1..de98d50 100644 > --- a/vdagent/file_xfer.cpp > +++ b/vdagent/file_xfer.cpp > @@ -113,8 +113,8 @@ void FileXfer::handle_start

[Spice-devel] [PATCH vd_agent_win] Use sprintf_s instead of sprintf to not crash

2017-05-17 Thread Jakub Janků
--- vdagent/file_xfer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdagent/file_xfer.cpp b/vdagent/file_xfer.cpp index de1aea1..de98d50 100644 --- a/vdagent/file_xfer.cpp +++ b/vdagent/file_xfer.cpp @@ -113,8 +113,8 @@ void FileXfer::handle_start(VDAgentFileXferStart