Re: [libvirt] PATCH: Fix NULL checks in openvz driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Sep 08, 2008 at 11:51:28AM +0200, Jim Meyering wrote:
> "Daniel P. Berrange" <berrange@xxxxxxxxxx> wrote:
> > On Fri, Sep 05, 2008 at 05:40:16PM +0200, Jim Meyering wrote:
> ...
> >> All looks correct.
> >> However, I'm a little nervous about hard-coding those '[3]'s.
> >> What if someone inserts a new --foo option somewhere before
> >> the NULL place-holder, or otherwise rearranges the options?
> >> Then we'll have to remember to update that "3" below to e.g., "4".
> >> Easy to miss that...
> >
> > I just realized there is a much simpler way todo this...
> ...
> > -    const char *prog[] = {VZCTL, "--quiet", "stop", vm->def->name, NULL};
> > +    const char *prog[] = {VZCTL, "--quiet", "stop", vm ? vm->def->name : NULL, NULL};
> 
> Ahh... much better ;-)
> ACK

  Okay, fine by me too !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel@xxxxxxxxxxxx  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]