[libvirt] [PATCH] conf: Fix the problem which cause libvirtd to crash

2012-08-28 Thread Osier Yang
* src/conf/domain_conf.c: Use STREQ_NULLABLE instead of STREQ, as def-seclables[i]-model could be NULL. --- I guess this doesn't fix the root cause (perhaps on XML parsing), but this fix is sufficient anyway. --- src/conf/domain_conf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [libvirt] [PATCH] conf: Fix the problem which cause libvirtd to crash

2012-08-28 Thread Eric Blake
On 08/28/2012 04:47 AM, Osier Yang wrote: * src/conf/domain_conf.c: Use STREQ_NULLABLE instead of STREQ, as def-seclables[i]-model could be NULL. --- ACK. -- Eric Blake ebl...@redhat.com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signature.asc Description:

Re: [libvirt] [PATCH] conf: Fix the problem which cause libvirtd to crash

2012-08-28 Thread Osier Yang
On 2012年08月28日 23:25, Eric Blake wrote: On 08/28/2012 04:47 AM, Osier Yang wrote: * src/conf/domain_conf.c: Use STREQ_NULLABLE instead of STREQ, as def-seclables[i]-model could be NULL. --- ACK. Thanks, pushed. -- libvir-list mailing list libvir-list@redhat.com