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>
Wed, 14 Nov 2012 10:12:55 +0000 (11:12 +0100)
commit13739025e0b2d80e462a3bf78bb5823a4db3a47e
treea8138c8af2e2012029ec2c53c0f3b937406eaaac
parent2260ed0523d3c11cfb5d6c86b83c765a7f9ecbf0
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