Annotate the xalloc functions.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 28 May 2013 11:36:26 +0000 (13:36 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 28 May 2013 11:36:26 +0000 (13:36 +0200)
Most important is the annotation of xasprintf() with the format attribute,
which allows the compiler to give warnings about the format string and
arguments.


No differences found