]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: buffer: Tolerate NULL 'buf' in virBufferStrcat
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Mar 2018 12:10:40 +0000 (13:10 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Mar 2018 13:52:07 +0000 (14:52 +0100)
commit9be9e26b74e4a8cf5798f1937662ac5f2f2f1f58
treeba4ef2b1f823d51429c6cdf27ac00e2bff56977a
parent3f9e02b40aa291ea58aefb085d882174d2ec6330
util: buffer: Tolerate NULL 'buf' in virBufferStrcat

Most other buffer APIs tolerate the buffer being NULL.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/util/virbuffer.c