From: Guus Sliepen Date: Tue, 8 Sep 2009 16:16:58 +0000 (+0200) Subject: Add xasprintf() and xvasprintf(). X-Git-Tag: release-1.0.10~46 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=5e0efd53e797a2b5468b91b41b6122f3b942efb2;hp=5e0efd53e797a2b5468b91b41b6122f3b942efb2;p=tinc 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. ---