From: Guus Sliepen Date: Tue, 19 May 2015 22:55:00 +0000 (+0200) Subject: Allocate temporary filenames on the stack. X-Git-Tag: release-1.1pre12~138 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=3ccdf50beb6b2d3f2730bdc66006b43190537cde;hp=3ccdf50beb6b2d3f2730bdc66006b43190537cde;p=tinc Allocate temporary filenames on the stack. This gets rid of xasprintf() in a number of places, and removes the need to free() the temporary strings. A few potential memory leaks have been fixed. ---