stun: Use dynamic array instead of stack allocated array
authorDavid Feurle <david.feurle@sodgeit.de>
Sat, 7 Feb 2015 09:49:07 +0000 (10:49 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 11 Feb 2015 12:37:17 +0000 (12:37 +0000)
commit4723a27091166eee40b8ac5d4004df373b5736c2
tree1e292f2879158cdd281194c846a8812c2f3ac765
parent0955ce681b99e3a7e0e6a18440a68a80d32d3ed9
stun: Use dynamic array instead of stack allocated array

Dynamic on-stack arrays are not supported in Visual Studio.

This has the downside of introducing an extra memory allocation into
libstun, but it’s on a debug path so should be harmless.
stun/debug.c