Date: Wed, 14 Sep 2016 10:53:24 +0000 From: twilight <pipfstarrd@openmailbox.org> To: freebsd-hackers@FreeBSD.org Subject: Is replacing alloca(3) where possible a good thing to do? Message-ID: <3fe9ba0e-0089-a59c-a09e-8c6f8b74b6bc@openmailbox.org>
next in thread | raw e-mail | index | archive | help
Hello, I again, in cddl/* alloca(3) is used very intensively for creating dynamic arrays. But, well, it's kinda obsolete and sometimes not safe and portable. Is replacing alloca(3) with dynamic arrays a good thing? Or should everything be left as it is? Thanks in advance. -- Cheers~ PGP key fingerprint: 07B3 2177 3E27 BF41 DC65 CC95 BDA8 88F1 E9F9 CEEF You can retrieve my public key at pgp.mit.edu.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3fe9ba0e-0089-a59c-a09e-8c6f8b74b6bc>