Add xasprintf() and xvasprintf().
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 8 Sep 2009 16:16:58 +0000 (18:16 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 8 Sep 2009 16:16:58 +0000 (18:16 +0200)
commit5e0efd53e797a2b5468b91b41b6122f3b942efb2
treee5c251b86682a73ec821e2af052602f9bf4c43a7
parent63fe89e9eb8ef9077bfe3cd416c86820715eb33b
Add xasprintf() and xvasprintf().

These functions wrap asprintf() and vasprintf(), and check the return value. If
the function failed, tinc will exit with an error message, similar to xmalloc()
and friends.
lib/dropin.c
lib/dropin.h
lib/xalloc.h
lib/xmalloc.c