- "Luiz Capitulino" wrote:
> On Tue, 12 Oct 2010 14:32:25 +0800
> jason wang wrote:
>
> > On 10/09/2010 01:40 AM, Luiz Capitulino wrote:
> > > On Tue, 28 Sep 2010 16:57:44 +0200
> > > "Michael S. Tsirkin" wrote:
> > >
> > >
> > >> On Tue, Sep 28, 2010 at 11:53:43AM -0300, Luiz Capitul
On Tue, 12 Oct 2010 14:32:25 +0800
jason wang wrote:
> On 10/09/2010 01:40 AM, Luiz Capitulino wrote:
> > On Tue, 28 Sep 2010 16:57:44 +0200
> > "Michael S. Tsirkin" wrote:
> >
> >
> >> On Tue, Sep 28, 2010 at 11:53:43AM -0300, Luiz Capitulino wrote:
> >>
> >>> On Mon, 27 Sep 2010 15:5
On 10/09/2010 01:40 AM, Luiz Capitulino wrote:
On Tue, 28 Sep 2010 16:57:44 +0200
"Michael S. Tsirkin" wrote:
On Tue, Sep 28, 2010 at 11:53:43AM -0300, Luiz Capitulino wrote:
On Mon, 27 Sep 2010 15:52:44 +0800
Jason Wang wrote:
monitor_get_fd() may also be used to parse f
On Tue, 28 Sep 2010 16:57:44 +0200
"Michael S. Tsirkin" wrote:
> On Tue, Sep 28, 2010 at 11:53:43AM -0300, Luiz Capitulino wrote:
> > On Mon, 27 Sep 2010 15:52:44 +0800
> > Jason Wang wrote:
> >
> > > monitor_get_fd() may also be used to parse fd or vhostfd from command
> > > line, so
> > > we
On Tue, Sep 28, 2010 at 11:53:43AM -0300, Luiz Capitulino wrote:
> On Mon, 27 Sep 2010 15:52:44 +0800
> Jason Wang wrote:
>
> > monitor_get_fd() may also be used to parse fd or vhostfd from command line,
> > so
> > we need to check whether the pointer of mon is NULL to avoid segmentation
> > fa
On Mon, 27 Sep 2010 15:52:44 +0800
Jason Wang wrote:
> monitor_get_fd() may also be used to parse fd or vhostfd from command line, so
> we need to check whether the pointer of mon is NULL to avoid segmentation
> fault
> when user pass invalid name of fd or vhostfd.
Invalid fdname is handled jus
monitor_get_fd() may also be used to parse fd or vhostfd from command line, so
we need to check whether the pointer of mon is NULL to avoid segmentation fault
when user pass invalid name of fd or vhostfd.
Signed-off-by: Jason Wang
---
monitor.c |4
1 files changed, 4 insertions(+), 0 de