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)
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.


No differences found