Re: [libvirt] [PATCH] esx: Fix managed object lookup with optional occurrence

2011-09-08 Thread Matthias Bolte
2011/9/7 Eric Blake : > On 09/06/2011 09:01 PM, Matthias Bolte wrote: >> >> Exit early if managed object is not found, instead of dereferencing >> a NULL pointer and triggering a segfault. >> --- >>  src/esx/esx_vi.c |    8 +++- >>  1 files changed, 7 insertions(+), 1 deletions(-) > > ACK. Tha

Re: [libvirt] [PATCH] esx: Fix managed object lookup with optional occurrence

2011-09-07 Thread Eric Blake
On 09/06/2011 09:01 PM, Matthias Bolte wrote: Exit early if managed object is not found, instead of dereferencing a NULL pointer and triggering a segfault. --- src/esx/esx_vi.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) ACK. -- Eric Blake ebl...@redhat.com+1-801

[libvirt] [PATCH] esx: Fix managed object lookup with optional occurrence

2011-09-06 Thread Matthias Bolte
Exit early if managed object is not found, instead of dereferencing a NULL pointer and triggering a segfault. --- src/esx/esx_vi.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/esx/esx_vi.c b/src/esx/esx_vi.c index 5c8d79e..f4033eb 100644 --- a/src/esx/esx_vi.