Re: [libvirt] [PATCH 0/6] Introduce more NULLSTR macros

2019-02-13 Thread Andrea Bolognani
On Tue, 2019-02-12 at 17:40 +0100, Ján Tomko wrote: > Instead of using EMPTY_?STR with various meanings, > use a family of NULLSTR_.+ macros I didn't check particularly well, but you seem to have missed a few: src/util/viriptables.c:portRangeStr ? portRangeStr : "")

[libvirt] [PATCH 0/6] Introduce more NULLSTR macros

2019-02-12 Thread Ján Tomko
Instead of using EMPTY_?STR with various meanings, use a family of NULLSTR_.+ macros Ján Tomko (6): internal: introduce a family of NULLSTR macros tools: use NULLSTR_MINUS Remove EMPTYSTR macro Remove EMPTY_STR macro Use NULLSTR_EMPTY Use NULLSTR_EMPTY even more src/datatypes.c