Re: [Xen-devel] [PATCH 0/8] libxl: make _dispose idempotent and NULL-tolerant

2015-02-25 Thread Wei Liu
Please ignore this series. I will send out another version that's simpler. Wei. ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH 0/8] libxl: make _dispose idempotent and NULL-tolerant

2015-02-24 Thread Wei Liu
The first two patches are bug fixes. Other patches are used to make _dispose idempotent and NULL-tolerant. Wei. Wei Liu (8): libxl: fix off-by-one error in JSON parser gentest: make testidl valgrind clean libxl: make some _dipose functions idempotent and tolerate NULL gentypes: do not po