Using alloca() for a constant sized buffer is very silly.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Nov 2012 22:13:05 +0000 (23:13 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Nov 2012 22:13:05 +0000 (23:13 +0100)
commitade4fccad6857f3d6d548e52bc94ab23751e4fef
treeee038fde0cb47fd3a5ffea81245444f95d2b3e84
parentb355476e917f377abb6434657933fcf4ffe6870a
Using alloca() for a constant sized buffer is very silly.

Cppcheck said using alloca() in the 21st century is silly anyway.
src/net_setup.c