All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] libxl: make _dispose idempotent and NULL-tolerant
@ 2015-02-25 14:55 Wei Liu
  2015-02-25 14:56 ` [PATCH v2 1/7] libxl: fix off-by-one error in JSON parser Wei Liu
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Wei Liu @ 2015-02-25 14:55 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, ian.jackson, ian.campbell

The first two patches are bug fixes.

Other patches are used to make _dispose idempotent and NULL-tolerant.

Wei.

Wei Liu (7):
  libxl: fix off-by-one error in JSON parser
  gentest: make testidl valgrind clean
  libxl: make some _dipose functions idempotent and tolerate NULL
  gentypes: zero out structure in _dispose function
  gentypes: make dispose function tolerate NULL
  testidl: call _init and _dispose several times
  libxl: update libxl.h to say _dispose is idempotent

 tools/libxl/gentest.py    | 22 ++++++++++++++++------
 tools/libxl/gentypes.py   |  4 ++--
 tools/libxl/libxl.c       | 11 +++++++++--
 tools/libxl/libxl.h       |  3 +--
 tools/libxl/libxl_cpuid.c |  5 ++++-
 tools/libxl/libxl_json.c  |  2 +-
 tools/libxl/libxl_utils.c |  5 +++++
 7 files changed, 38 insertions(+), 14 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-03-02 17:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 14:55 [PATCH v2 0/7] libxl: make _dispose idempotent and NULL-tolerant Wei Liu
2015-02-25 14:56 ` [PATCH v2 1/7] libxl: fix off-by-one error in JSON parser Wei Liu
2015-02-25 14:56 ` [PATCH v2 2/7] gentest: make testidl valgrind clean Wei Liu
2015-02-25 14:56 ` [PATCH v2 3/7] libxl: make some _dipose functions idempotent and tolerate NULL Wei Liu
2015-03-02 17:07   ` Ian Campbell
2015-02-25 14:56 ` [PATCH v2 4/7] gentypes: zero out structure in _dispose function Wei Liu
2015-02-25 14:56 ` [PATCH v2 5/7] gentypes: make dispose function tolerate NULL Wei Liu
2015-02-25 14:56 ` [PATCH v2 6/7] testidl: call _init and _dispose several times Wei Liu
2015-02-25 14:56 ` [PATCH v2 7/7] libxl: update libxl.h to say _dispose is idempotent Wei Liu
2015-03-02 17:37 ` [PATCH v2 0/7] libxl: make _dispose idempotent and NULL-tolerant Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.